Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
2fb83701
Commit
2fb83701
authored
Apr 08, 2020
by
Jacek Lebioda
Browse files
fix: typo in ci/cd
parent
88d634f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2fb83701
...
...
@@ -44,7 +44,7 @@ auto-tag:
TARGET_BRANCH
:
latest
script
:
# Make sure that it is on latest, otherwise exit
-
[[
"
${CI_COMMIT_BRANCH:-1}"
== "$TARGET_BRANCH"
]]
&&
echo "On correct branch ($CI_COMMIT_BRANCH)" || exit
0
-
'
[[
"${CI_COMMIT_BRANCH:-1}"
==
"$TARGET_BRANCH"
]]
&&
echo
"On
correct
branch
($CI_COMMIT_BRANCH)"
||
exit
0
'
# Make sure that the version exists
-
VERSION=$(cat $VERSION_FILE | grep -o "\d\.\d\.\d")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment