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

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

parent 7639867e
No related branches found
No related tags found
1 merge request!18Resolve "update .gitlab-ci.yml to deploy on riseclipse-ci"
Pipeline #1119 passed
......@@ -7,10 +7,15 @@ stages:
build:
stage: build
script:
- "pushd .."
- "if [ -d RiseClipseDeveloper ]; then cd RiseClipseDeveloper ; git pull ; else git clone https://gitlab.centralesupelec.fr/RiseClipseGroup/RiseClipseDeveloper.git ; fi"
- "popd"
- "mvn clean install"
- "mvn clean package"
tags:
- 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