Skip to content
Snippets Groups Projects
Verified Commit 7155e1d8 authored by Igor Witz's avatar Igor Witz
Browse files

fix: identation

parent 9767e2c2
No related branches found
No related tags found
1 merge request!39Correction d'un bug en cas de pipelines concurrentes
......@@ -15,7 +15,7 @@ metabuild:
before_script:
- echo $REGISTRY_PASSWORD | docker login $REGISTRY -u $REGISTRY_USERNAME --password-stdin
script:
- docker build -f pica-ci/Dockerfile . -t $REGISTRY/pica-ci:$CI_COMMIT_SHA
- docker build -f pica-ci/Dockerfile . -t $REGISTRY/pica-ci:$CI_COMMIT_SHA
- docker push $REGISTRY/pica-ci:$CI_COMMIT_SHA
after_script:
- docker logout $REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment