fix(CI): fix order of commands

This commit is contained in:
Sven Feyerabend 2021-05-28 22:32:11 +02:00
parent d5f29baf20
commit 755a046698
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ default:
image: "quay.io/buildah/stable"
before_script:
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- buildah pull $BASE
- source environment
- buildah pull $BASE
- >
buildah bud
--pull