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

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

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

Closes #9

See merge request RiseClipseGroup/RiseClipseMetamodel_Cim17!8
parents a82d833c b056a7a5
No related branches found
No related tags found
1 merge request!8Resolve "update .gitlab-ci.yml to deploy on riseclipse-ci"
Pipeline #1145 passed
...@@ -7,10 +7,15 @@ stages: ...@@ -7,10 +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.
Please register or to comment