0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 02:18:39 +01:00
wagtail/.circleci/trigger-nightly-build.sh
Naomi I. Morduch Toubman 664b0489fe
Change master to main (#6830)
* Update references to `master` branch to say `main`

* Update external links

* Update links in old release notes
  Use tagged versions of code rather than current code
2021-03-03 13:33:19 -05:00

10 lines
417 B
Bash
Executable File

#!/bin/bash
# Triggers a nightly build for the latest commit on main
# Use this for testing changes to the nightly release process
# Call with the CIRCLE_API_USER_TOKEN set to your Personal API key
# You can find this under User Settings on Circle CI
curl -u ${CIRCLE_API_USER_TOKEN}: \
-d build_parameters[CIRCLE_JOB]=nightly-build \
https://circleci.com/api/v1.1/project/github/wagtail/wagtail/tree/main