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
1 merge request!80Regular merge of develop
Pipeline #29298 failed
stages: stages:
- retrieve
- build - build
- deploy - deploy
...@@ -6,7 +7,7 @@ retrieve:repo: ...@@ -6,7 +7,7 @@ retrieve:repo:
image: image:
name: alpine/git:latest name: alpine/git:latest
entrypoint: [""] entrypoint: [""]
stage: build stage: retrieve
script: script:
- 'git clone https://git-r3lab.uni.lu/R3/school/courses.lcsb.uni.lu.git courses.lcsb.uni.lu' - 'git clone https://git-r3lab.uni.lu/R3/school/courses.lcsb.uni.lu.git courses.lcsb.uni.lu'
artifacts: artifacts:
...@@ -17,8 +18,6 @@ retrieve:repo: ...@@ -17,8 +18,6 @@ retrieve:repo:
build:index: build:index:
image: python image: python
stage: build stage: build
dependencies:
- retrieve:repo
rules: rules:
- if: $CI_COMMIT_BRANCH == "develop" - if: $CI_COMMIT_BRANCH == "develop"
script: script:
...@@ -27,8 +26,6 @@ build:index: ...@@ -27,8 +26,6 @@ build:index:
build:website: build: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:
- retrieve:repo
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
......
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