Skip to content
Snippets Groups Projects
Commit f9990740 authored by tusooa's avatar tusooa :zap:
Browse files

Merge branch 'github-issue-fix' into 'master'

Fix GitHub issue with NPM dependency resolving in CI pipeline

See merge request !208
parents 4406dce5 7a3de9f5
Branches
Tags
2 merge requests!282Release/2.5.0,!208Fix GitHub issue with NPM dependency resolving in CI pipeline
Pipeline #40970 passed with warnings
......@@ -20,6 +20,7 @@ build:
stage: build
before_script: &before-build
- apk --no-cache add git
- git config --global url."https://github.com/".insteadOf git://github.com/
script:
- npm install
- npm run build:prod
......@@ -32,6 +33,7 @@ lint:
stage: test
before_script: &before-yarn
- apk --no-cache add git
- git config --global url."https://github.com/".insteadOf git://github.com/
- yarn cache clean
- yarn
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment