更新.gitlab-ci.yml文件
This commit is contained in:
@@ -16,7 +16,9 @@ release-image:
|
|||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
script:
|
script:
|
||||||
- |- # fetch upstream
|
- |- # fetch upstream
|
||||||
|
git config --global http.version HTTP/1.1
|
||||||
git clone $UPSTREAM_REPOSITORY --depth 1 --branch $UPSTREAM_REF windmill
|
git clone $UPSTREAM_REPOSITORY --depth 1 --branch $UPSTREAM_REF windmill
|
||||||
|
git config --global http.version HTTP/2
|
||||||
cd windmill
|
cd windmill
|
||||||
- |- # patch lic
|
- |- # patch lic
|
||||||
export FILE=backend/windmill-api/src/ee.rs
|
export FILE=backend/windmill-api/src/ee.rs
|
||||||
|
|||||||
Reference in New Issue
Block a user