Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vilem Ded
courses
Commits
af8c7248
Verified
Commit
af8c7248
authored
Jul 02, 2020
by
Laurent Heirendt
✈
Browse files
add deps
parent
d9462d80
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
af8c7248
...
...
@@ -17,6 +17,8 @@ retrieve repo:
build index
:
image
:
python
stage
:
build
dependencies
:
-
courses.lcsb.uni.lu
rules
:
-
if
:
$CI_COMMIT_BRANCH == "develop"
script
:
...
...
@@ -25,6 +27,8 @@ build index:
build the website
:
image
:
git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.4
stage
:
build
dependencies
:
-
courses.lcsb.uni.lu
before_script
:
-
cd courses.lcsb.uni.lu
-
gem install bundler -v2.0.2
...
...
@@ -55,7 +59,7 @@ build courses:
paths
:
-
public
production
:
upload
:
stage
:
deploy
image
:
alpine:3.1
before_script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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