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
dd48e270
Commit
dd48e270
authored
Apr 08, 2020
by
Jacek Lebioda
Browse files
feat: tag only on latest
parent
03862353
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dd48e270
...
...
@@ -41,6 +41,9 @@ tag:
stage
:
deploy
variables
:
VERSION_FILE
:
"
lib/jekyll-theme-lcsb-default.rb"
rules
:
# Run only on branch named "latest"
-
if
:
$CI_COMMIT_BRANCH == "latest"
script
:
# 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