fix(CI): fix order of commands
This commit is contained in:
parent
d5f29baf20
commit
755a046698
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ default:
|
||||||
image: "quay.io/buildah/stable"
|
image: "quay.io/buildah/stable"
|
||||||
before_script:
|
before_script:
|
||||||
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
- buildah pull $BASE
|
|
||||||
- source environment
|
- source environment
|
||||||
|
- buildah pull $BASE
|
||||||
- >
|
- >
|
||||||
buildah bud
|
buildah bud
|
||||||
--pull
|
--pull
|
||||||
|
|
Loading…
Reference in a new issue