Skip to content
Snippets Groups Projects
Verified Commit b13e7e16 authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

Remove before_script

parent 40200fec
Branches
No related merge requests found
Pipeline #78106 failed with stages
in 5 seconds
......@@ -6,8 +6,8 @@ variables:
CONTAINER_TEST_IMAGE: $CI_REGISTRY/docker/python3.9-ci:$CI_COMMIT_REF_NAME
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY/docker/python3.9-ci:latest
before_script:
- echo $CI_DEPLOY_PASSWORD | docker login -u $CI_DEPLOY_USER --password-stdin $CI_REGISTRY
#before_script:
# - echo $CI_DEPLOY_PASSWORD | docker login -u $CI_DEPLOY_USER --password-stdin $CI_REGISTRY
b:docker:
image: docker:20.10
......
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