Cleanup CI
This commit is contained in:
parent
a4b42715a4
commit
b2e810f0dd
@ -8,9 +8,6 @@ steps:
|
||||
- docker_username
|
||||
- docker_password
|
||||
commands:
|
||||
- set -u
|
||||
- ls -lash
|
||||
- env
|
||||
- |
|
||||
cat << EOF > spec.yaml
|
||||
image: "harbor.k-space.ee/${CI_REPO}:latest"
|
||||
@ -26,6 +23,8 @@ steps:
|
||||
EOF
|
||||
- /manifest-tool --username $docker_username --password $docker_password push from-spec spec.yaml > stdout
|
||||
- cat stdout
|
||||
when:
|
||||
- branch: master
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user