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

FIXUP: typo

parent 2384f397
No related branches found
No related tags found
No related merge requests found
Pipeline #399625 passed with warnings
......@@ -27,7 +27,7 @@ before_script:
# - sed -i "s&__COMMIT_SHORT_SHA__&${CI_COMMIT_SHORT_SHA}&g" public/version.json
- if [[ $CI_JOB_STAGE != "deploy" ]]; then npm -g i pnpm; fi
- if [[ $CI_JOB_STAGE != "deploy" ]]; then pnpm install --cache .npm_ci --prefer-offline; fi
- if [[ $CI_JOB_STAGE == "test" ]]; then pnpm install chromedriver; fi
- if [[ $CI_JOB_STAGE == "e2e" ]]; then pnpm install chromedriver; 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