fix(CI): fix syntax error

This commit is contained in:
Sven Feyerabend 2021-05-28 22:03:07 +02:00
parent 8e30632117
commit 666441321a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ variables:
default: 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
- source environment - source environment
- > - >
buildah bud buildah bud