Skip to content
Snippets Groups Projects
Verified Commit af8c7248 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add deps

parent d9462d80
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ retrieve repo: ...@@ -17,6 +17,8 @@ retrieve repo:
build index: build index:
image: python image: python
stage: build stage: build
dependencies:
- courses.lcsb.uni.lu
rules: rules:
- if: $CI_COMMIT_BRANCH == "develop" - if: $CI_COMMIT_BRANCH == "develop"
script: script:
...@@ -25,6 +27,8 @@ build index: ...@@ -25,6 +27,8 @@ build index:
build the website: build the website:
image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.4 image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.4
stage: build stage: build
dependencies:
- courses.lcsb.uni.lu
before_script: before_script:
- cd courses.lcsb.uni.lu - cd courses.lcsb.uni.lu
- gem install bundler -v2.0.2 - gem install bundler -v2.0.2
...@@ -55,7 +59,7 @@ build courses: ...@@ -55,7 +59,7 @@ build courses:
paths: paths:
- public - public
production: upload:
stage: deploy stage: deploy
image: alpine:3.1 image: alpine:3.1
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment