Skip to content
Snippets Groups Projects
Commit f1d9fdae authored by Konrad Botor's avatar Konrad Botor Committed by Bartek Wrona
Browse files

Fixed before_script in .publish_docker_image_template

parent ff0708d0
No related branches found
No related tags found
1 merge request!42Fixed before_script in .publish_docker_image_template
Pipeline #93272 passed
...@@ -58,9 +58,11 @@ include: ...@@ -58,9 +58,11 @@ include:
DOCKER_HUB_USER: $DOCKER_HUB_USER DOCKER_HUB_USER: $DOCKER_HUB_USER
DOCKER_HUB_PASSWORD: $DOCKER_HUB_PASSWORD DOCKER_HUB_PASSWORD: $DOCKER_HUB_PASSWORD
before_script: before_script:
- !reference [.docker_image_builder_job_template, before_script]
- | - |
echo "Disabled Git directory permission check" echo -e "\e[0Ksection_start:$(date +%s):git[collapsed=true]\r\e[0KDisabling Git directory permission check"
git config --global --add safe.directory '*' git config --global --add safe.directory '*'
echo -e "\e[0Ksection_end:$(date +%s):git\r\e[0K"
rules: rules:
- if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
when: manual when: manual
......
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