Remove git://github.com redirect from CI pipeline

This commit is contained in:
Sean King 2022-08-07 18:10:40 -06:00
parent 72c4331d80
commit f404a0d020
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -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: