Skip to content
Snippets Groups Projects
Commit 8bdd85e4 authored by David Dorchies's avatar David Dorchies
Browse files

fix(ci): fall back on jalhyd devel branch instead of master if the requested...

fix(ci): fall back on jalhyd devel branch instead of master if the requested jalhyd branch does not exists

This allows to run CI jobs on a nghyd developpement branch when the corresponding jalhyd branch has already been merged into devel.
parent e0b921a5
No related branches found
No related tags found
1 merge request!156Resolve "PAB: Lancement du calcul possible avec des champs vides"
Pipeline #139630 passed
......@@ -60,7 +60,7 @@ jalhyd:
- rm -rf jalhyd
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.irstea.fr/cassiopee/jalhyd.git
- cd jalhyd
- git checkout "$JALHYD_BRANCH" || git checkout master
- git checkout "$JALHYD_BRANCH" || git checkout devel
- npm ci --force
- npm run build
......
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