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