Commit 755a0466 authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

fix(CI): fix order of commands

parent d5f29baf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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