mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Nightly: Add script for testing nightly builds
This commit is contained in:
parent
191a47e4bc
commit
c875df67a2
1 changed files with 9 additions and 0 deletions
9
.circleci/trigger-nightly-build.sh
Executable file
9
.circleci/trigger-nightly-build.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
# Triggers a nightly build for the latest commit on master
|
||||
# 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/master
|
||||
Loading…
Reference in a new issue