Commit 9b4c2e28 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 2c0ab93c
Pipeline #12072 failed with stages
in 24 seconds
...@@ -48,7 +48,7 @@ build: ...@@ -48,7 +48,7 @@ build:
BUILDAH_FORMAT: docker BUILDAH_FORMAT: docker
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/test" FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/test"
before_script: before_script:
- echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY - echo $CI_REGISTRY_PASSWORD | buildah login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
script: script:
- echo "A Temp Build running" - echo "A Temp Build running"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment