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

update .gitlab-ci.yml for deploying on riseclipse-ci

parent 53f3e035
No related branches found
No related tags found
1 merge request!11Resolve "update .gitlab-ci.yml to deploy on riseclipse-ci"
Pipeline #942 passed
...@@ -7,9 +7,15 @@ stages: ...@@ -7,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"
- "popd"
- "mvn clean install"
tags: tags:
- riseclipse - riseclipse
# deploy is not restricted to master because of dependencies beween plug-ins
deploy:
stage: deploy
script:
- "mvn deploy"
tags:
- riseclipse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment