Skip to content
Snippets Groups Projects
Commit 755a0466 authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

fix(CI): fix order of commands

parent d5f29baf
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ default: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment