From 8f9dd56f2f4aaba6e48a9211c8a87d389f1ef94a Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Mon, 19 Aug 2024 11:01:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 593a212..240063f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,11 +16,7 @@ release-image: - apk add --no-cache git script: - |- # fetch upstream - mkdir windmill && cd windmill - git init - git remote add origin $UPSTREAM_REPOSITORY - git fetch origin $UPSTREAM_REF - git checkout $UPSTREAM_REF + git clone $UPSTREAM_REPOSITORY --depth 1 --branch $UPSTREAM_REF - |- # patch lic export FILE=backend/windmill-api/src/ee.rs export PREV_CONTENT=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDgVShzcLSPiOi+8ET8fggob1kmi47/cE12JaidPkwfGnScZItghkqtiLsct0U4kJhlp5gO89DYTBmIKadvxwY7kMsLlZzmi2emVH7c27cByGASY8QmWDNdG4Ggy/NDflGGBdAtN6gHawZAg4zHv3qpbPQGHH1/6sXIohcXhOnouwIDAQAB @@ -43,4 +39,4 @@ container_scanning: - release-image include: - template: Jobs/Container-Scanning.gitlab-ci.yml - - template: Security/Secret-Detection.gitlab-ci.yml + - template: Security/Secret-Detection.gitlab-ci.yml \ No newline at end of file