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

set stage

parent 05ca809f
No related branches found
No related tags found
No related merge requests found
stages:
- retrieve
- build
- deploy
......@@ -6,7 +7,7 @@ retrieve:repo:
image:
name: alpine/git:latest
entrypoint: [""]
stage: build
stage: retrieve
script:
- 'git clone https://git-r3lab.uni.lu/R3/school/courses.lcsb.uni.lu.git courses.lcsb.uni.lu'
artifacts:
......@@ -17,8 +18,6 @@ retrieve:repo:
build:index:
image: python
stage: build
dependencies:
- retrieve:repo
rules:
- if: $CI_COMMIT_BRANCH == "develop"
script:
......@@ -27,8 +26,6 @@ build:index:
build:website:
image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.4
stage: build
dependencies:
- retrieve:repo
before_script:
- cd courses.lcsb.uni.lu
- gem install bundler -v2.0.2
......
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