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

fix(CI): fix syntax error

parent 8e306321
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ variables:
default:
image: "quay.io/buildah/stable"
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
- >
buildah bud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment