Merge branch 'remove/git-github-ci-pipeline' into 'develop'
Remove git://github.com redirect from CI pipeline See merge request pleroma/admin-fe!223
This commit is contained in:
commit
570323dc64
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ build:
|
|||
stage: build
|
||||
before_script: &before-build
|
||||
- apk --no-cache add git python3 build-base
|
||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||
script:
|
||||
- yarn
|
||||
- yarn build:prod
|
||||
|
@ -33,7 +32,6 @@ lint:
|
|||
stage: test
|
||||
before_script: &before-yarn
|
||||
- apk --no-cache add git python3 build-base
|
||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||
- yarn cache clean
|
||||
- yarn
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue