Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
core-services
jekyll-theme-lcsb-default
Commits
64ee3a4f
Commit
64ee3a4f
authored
Apr 09, 2020
by
Jacek Lebioda
Browse files
Fix git ci
parent
7adc89ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
64ee3a4f
...
...
@@ -45,6 +45,7 @@ auto-tag:
-
"
lib/jekyll-theme-lcsb-default.rb"
before_script
:
-
'
which
ssh-agent
||
(
apk
add
--update
openssh
)'
-
apk add --update git
-
eval $(ssh-agent -s)
-
echo "$SSHPRIVKEY" | tr -d '\r' | ssh-add - > /dev/null
-
mkdir -p ~/.ssh && chmod 700 ~/.ssh
...
...
lib/jekyll-theme-lcsb-default.rb
View file @
64ee3a4f
# frozen_string_literal: true
# Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+)
# Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag job
# Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag
the
job
module
Theme
VERSION
=
"0.3.17"
end
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