diff options
| author | Emilio Jesus Gallego Arias | 2019-04-06 13:50:48 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-04-06 13:50:48 +0200 |
| commit | 5b2005d7224c2e9037e7e235e643602ac9b8481a (patch) | |
| tree | 67e6a686f9604dc55f1402aa0518995801ac912c | |
| parent | 3c06ce8dc3a95e5dfe3a4c0a9acdc7dd5dac75cb (diff) | |
| parent | 49dd911d96cb874c1c46e0ef792189ca0336239f (diff) | |
Merge PR #9923: [ci/deploy] Fix branch creation when pushing to coq/coq-on-cachix.
Reviewed-by: ejgallego
| -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 a8e7ef8fd4..ec3702b360 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -365,7 +365,7 @@ pkg:nix:deploy:channel: - echo "$CACHIX_DEPLOYMENT_KEY" | tr -d '\r' | ssh-add - > /dev/null - git fetch --unshallow - git branch -v - - git push git@github.com:coq/coq-on-cachix "${CI_COMMIT_SHA}":"${CI_COMMIT_REF_NAME}" + - git push git@github.com:coq/coq-on-cachix "${CI_COMMIT_SHA}":"refs/heads/${CI_COMMIT_REF_NAME}" pkg:nix: extends: .nix-template |
