diff options
| author | coqbot-app[bot] | 2020-10-27 06:13:26 +0000 |
|---|---|---|
| committer | GitHub | 2020-10-27 06:13:26 +0000 |
| commit | 82f7cc4a408cf100fda43139c0b1d33e33748799 (patch) | |
| tree | 0ba94f42f598e352123a07aaaffc419019214f20 | |
| parent | 970d9be15074e78ab2961cfe81a668cdf09ea4f4 (diff) | |
| parent | f3a6929ee4ea62b62c7f3104b06535a5e23e3ce1 (diff) | |
Merge PR #13260: [CI cachix] Force-delete pr branches.
Reviewed-by: vbgl
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1709e1921..18ea50d77b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -461,7 +461,7 @@ pkg:nix:deploy:channel: script: - echo "$CACHIX_DEPLOYMENT_KEY" | tr -d '\r' | ssh-add - > /dev/null # Remove all pr branches because they could be missing when we run git fetch --unshallow - - git branch --list 'pr-*' | xargs -r git branch -d + - git branch --list 'pr-*' | xargs -r git branch -D - git fetch --unshallow - git branch -v - git push git@github.com:coq/coq-on-cachix "${CI_COMMIT_SHA}":"refs/heads/${CI_COMMIT_REF_NAME}" |
