Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
r3-pages
Commits
355cdbca
Commit
355cdbca
authored
Mar 11, 2020
by
Sarah Peter
Browse files
Merge branch 'update-ci' into 'master'
Update CI script See merge request core-services/r3lab/r3-pages!30
parents
5193a6ec
aae23aa6
Pipeline
#24408
passed with stages
in 1 minute and 49 seconds
Changes
2
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
355cdbca
# In case something goes horribly wrong, you can fall back to `image: ruby:latest`
image
:
git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.
0
image
:
git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.
1
stages
:
-
build
...
...
@@ -10,7 +10,7 @@ stages:
build the website
:
stage
:
build
before_script
:
-
gem install bundler
-v
2.0.2
-
gem install bundler
:
2.0.2
-
bundle install && bundle update jekyll-theme-lcsb-default && bundle update jekyll-theme-lcsb-frozen-components
script
:
-
bundle exec jekyll build -d build --config "_config.yml,_config_staticpages.yml"
...
...
@@ -65,7 +65,7 @@ Create the backup:
artifacts
:
expire_in
:
2 weeks
paths
:
-
backups
-
backups
script
:
-
ssh -p $SSHPORT $SSHCONNECT "mkdir -p ~/web ~/backups/; cd /var/www/sites/r3lab.uni.lu; tar -zcvf ~/backups/backup_$(date +'%Y_%m_%d').tar.gz *"
-
ssh -p $SSHPORT $SSHCONNECT "cd ~/backups/; ls -tr | head -n -3 | xargs --no-run-if-empty rm "
...
...
Gemfile.lock
View file @
355cdbca
...
...
@@ -12,17 +12,17 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.
5
)
concurrent-ruby (1.1.
6
)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.1
1
.2)
ffi (1.1
1
.2-x64-mingw32)
ffi (1.1
2
.2)
ffi (1.1
2
.2-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.
7.0
)
i18n (1.
8.2
)
concurrent-ruby (~> 1.0)
jekyll (4.0.0)
addressable (~> 2.4)
...
...
@@ -43,11 +43,11 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (2.
0.1
)
jekyll-sass-converter (2.
1.0
)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-theme-lcsb-default (0.3.
0
)
jekyll-theme-lcsb-default (0.3.
3
)
jekyll (~> 4.0)
jekyll-seo-tag (~> 2.5)
jekyll-watch (2.2.1)
...
...
@@ -56,7 +56,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.
0
)
listen (3.2.
1
)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
...
...
@@ -66,11 +66,11 @@ GEM
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.
1
)
public_suffix (4.0.
3
)
rb-fsevent (0.10.3)
rb-inotify (0.10.
0
)
rb-inotify (0.10.
1
)
ffi (~> 1.0)
rouge (3.1
3
.0)
rouge (3.1
7
.0)
safe_yaml (1.0.5)
sassc (2.2.1)
ffi (~> 1.9)
...
...
@@ -78,11 +78,11 @@ GEM
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
tzinfo (2.0.
0
)
tzinfo (2.0.
1
)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.6.
0
)
unicode-display_width (1.6.
1
)
PLATFORMS
ruby
...
...
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