Skip to content
Snippets Groups Projects
Commit 22691762 authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

FIXUP

parent f291b495
No related branches found
No related tags found
No related merge requests found
Pipeline #394644 failed
......@@ -26,7 +26,7 @@ before_script:
# - sed -i "s&__JOB_ID__&${CI_JOB_ID}&g" public/version.json
# - sed -i "s&__COMMIT_SHORT_SHA__&${CI_COMMIT_SHORT_SHA}&g" public/version.json
- if [[ $CI_JOB_STAGE != "deploy" ]]; then npm i @pnpm/exe; fi
- if [[ $CI_JOB_STAGE != "deploy" ]]; then ./node_modules/\@pnpm/linux-x64/pnpm ci --cache .npm_ci --prefer-offline; fi
- if [[ $CI_JOB_STAGE != "deploy" ]]; then ./node_modules/\@pnpm/linux-x64/pnpm install --cache .npm_ci --prefer-offline; fi
- export NETDB_VERSION="4.1"
stages:
- 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