Skip to content
Snippets Groups Projects
Commit 6f02bdf4 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

Merge branch '11-update-gitlab-ci-yml-to-deploy-on-riseclipse-ci' into 'master'

Resolve "update .gitlab-ci.yml to deploy on riseclipse-ci"

Closes #11

See merge request RiseClipseGroup/RiseClipseEditor!9
parents 76feebe8 2c6ce470
No related branches found
No related tags found
1 merge request!9Resolve "update .gitlab-ci.yml to deploy on riseclipse-ci"
Pipeline #1469 passed
stages: stages:
- build - build
- test - test
...@@ -6,9 +7,15 @@ stages: ...@@ -6,9 +7,15 @@ stages:
build: build:
stage: build stage: build
script: script:
- "pushd .." - "mvn clean package"
- "if [ -d RiseClipseDeveloper ]; then cd RiseClipseDeveloper ; git pull ; else git clone https://gitlab.centralesupelec.fr/RiseClipseGroup/RiseClipseDeveloper.git ; fi" tags:
- "popd" - riseclipse
- "mvn clean install"
# deploy is not restricted to master because of dependencies beween plug-ins
deploy:
stage: deploy
script:
- "mvn deploy"
tags: tags:
- riseclipse - riseclipse
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