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

ci: merge jobs jalhyd and install and hard copy jalhyd library into nodes_module

Refs #557
parent df6d17ac
No related branches found
No related tags found
No related merge requests found
Pipeline #139720 failed
......@@ -47,8 +47,8 @@ cache:
paths:
- node_modules/
jalhyd:
stage: jalhyd
install:
stage: install
only:
- pushes
- tags
......@@ -67,17 +67,10 @@ jalhyd:
- git checkout "$JALHYD_BRANCH" || git checkout devel
- npm ci --force
- npm run build
install:
stage: install
only:
- pushes
- tags
- schedules
- web
script:
- rm -rf node_modules
- npm ci --force --unsafe-perm
- rm nodes_modules/jalhyd
- cp -R ../jalhyd/* nodes_modules/jalhyd
test:
stage: test
......
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