From f404a0d020b40d7bab0701b5a20e477f7b1c882c Mon Sep 17 00:00:00 2001 From: Sean King Date: Sun, 7 Aug 2022 18:10:40 -0600 Subject: [PATCH] Remove git://github.com redirect from CI pipeline --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc1afdea..7cacb2c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: