更新.gitlab-ci.yml文件

This commit is contained in:
2024-08-20 03:19:05 +00:00
parent a9cdd3922a
commit ece1e6ca59

View File

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