summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:56:46 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:56:46 +0800
commit62e6c3ed2e9f45afe229872eafa7937617329840 (patch)
tree2d2a586516f7585a49ccceec7eca344899c3cb74 /.github
parent67ca691b5a6afa0608a4dd3d5042229a18508ad8 (diff)
No clone needed, can just checkout sparsely
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0de8091..871d8df 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -118,10 +118,6 @@ jobs:
shell: bash
run: |
set -x
- git init
- git remote add origin https://github.com/${{ github.repository }}
- git fetch fetch --tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/*:refs/remotes/origin/*
-
git sparse-checkout init
git sparse-checkout set '/*' '!/tests/'
pwd