Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
05ca809f
Verified
Commit
05ca809f
authored
Jul 02, 2020
by
Laurent Heirendt
✈
Browse files
fix yml syntax
parent
af8c7248
Pipeline
#29295
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
05ca809f
...
...
@@ -2,7 +2,7 @@ stages:
-
build
-
deploy
retrieve
repo
:
retrieve
:
repo:
image
:
name
:
alpine/git:latest
entrypoint
:
[
"
"
]
...
...
@@ -14,21 +14,21 @@ retrieve repo:
paths
:
-
courses.lcsb.uni.lu
build
index
:
build
:
index:
image
:
python
stage
:
build
dependencies
:
-
courses.lcsb.uni.lu
-
retrieve:repo
rules
:
-
if
:
$CI_COMMIT_BRANCH == "develop"
script
:
-
python .ci/generateIndex.py
build
the
website
:
build
:
website:
image
:
git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.4
stage
:
build
dependencies
:
-
courses.lcsb.uni.lu
-
retrieve:repo
before_script
:
-
cd courses.lcsb.uni.lu
-
gem install bundler -v2.0.2
...
...
@@ -45,7 +45,7 @@ build the website:
variables
:
JEKYLL_ENV
:
production
build
courses
:
build
:
courses:
image
:
git-r3lab.uni.lu:4567/r3/docker/nodejs-yarn-grunt
stage
:
build
rules
:
...
...
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