Skip to content
Snippets Groups Projects
Commit 847b9c44 authored by David Hrbáč's avatar David Hrbáč
Browse files

Correction to gitlab-ci

parent 1468a3f6
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!112Hot fix
Pipeline #
...@@ -37,7 +37,7 @@ spell check: ...@@ -37,7 +37,7 @@ spell check:
ext_links: ext_links:
stage: test stage: test
amagg: davidhrbac/docker-mdcheck:latest image: davidhrbac/docker-mdcheck:latest
allow_failure: true allow_failure: true
after_script: after_script:
- rm *.json - rm *.json
...@@ -45,9 +45,7 @@ ext_links: ...@@ -45,9 +45,7 @@ ext_links:
#- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 #- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10
#- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect #- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect
- > - >
# get commit message
COMMIT_MESSAGE=$(git log -1 --pretty=%B | grep "Merge branch 'hot_fix' into 'master'" ) COMMIT_MESSAGE=$(git log -1 --pretty=%B | grep "Merge branch 'hot_fix' into 'master'" )
# see if commit message contains "[skip ci]" string
if [[ ${COMMIT_MESSAGE} == *hot_fix* ]]; then if [[ ${COMMIT_MESSAGE} == *hot_fix* ]]; then
echo "Skipping ci build" echo "Skipping ci build"
exit 0 exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment