From 35350bc0141ec32c939385ec3c5b88eba96cc347 Mon Sep 17 00:00:00 2001 From: Niels Hofmans Date: Tue, 21 Jan 2020 08:40:59 +0100 Subject: [PATCH 1/2] chore(cicd): do not update submodule during build --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9c9b54a..d3260c3 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2.0.0 - name: check out submodule - run: git submodule sync --recursive && git submodule update --init --recursive + run: git submodule sync --recursive - name: extract tag id: vars run: echo ::set-output name=argo_version::$(date -u '+%Y.%m.%d') From fdc5e694111fb70bd4403a7175541a2cfb8b0a55 Mon Sep 17 00:00:00 2001 From: Niels Hofmans Date: Tue, 21 Jan 2020 08:41:18 +0100 Subject: [PATCH 2/2] chore(cicd): do not update submodule during build --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9333863..1376518 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2.0.0 - name: check out submodule - run: git submodule sync --recursive && git submodule update --init --recursive + run: git submodule sync --recursive - name: extract tag id: vars run: echo ::set-output name=argo_version::$(date -u '+%Y.%m.%d')