diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-08 07:33:03 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-11 17:48:54 -0400 |
commit | d5c899d1f62a58fedab29640a47fdb6e9590b9ea (patch) | |
tree | 5350e811c293c4111f897a8a98b4ae46bb0fc5f4 /.gitlab | |
parent | 8449c5b699c3a1a0e363ce75b1f151b38411298f (diff) | |
download | haskell-d5c899d1f62a58fedab29640a47fdb6e9590b9ea.tar.gz |
head.hackage: Run build on head.hackage's master branch
The GitLab CI infrastructure is now in the master branch.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/start-head.hackage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/start-head.hackage.sh b/.gitlab/start-head.hackage.sh index d27045b4a2..e948ae2319 100644 --- a/.gitlab/start-head.hackage.sh +++ b/.gitlab/start-head.hackage.sh @@ -22,7 +22,7 @@ fi curl --silent --show-error \ --request POST \ -F "token=$HEAD_HACKAGE_TRIGGER_TOKEN" \ - -F "ref=gitlab-ci-nix" \ + -F "ref=master" \ -F "variables[GHC_PIPELINE_ID]=$CI_PIPELINE_ID" \ https://gitlab.haskell.org/api/v4/projects/$HEAD_HACKAGE_PROJECT_ID/trigger/pipeline \ | tee resp.json |