mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Fix quoting on the helper
This commit is contained in:
parent
d66d928fb4
commit
793033caa8
6
.circleci/rebuild-images.sh
Normal file → Executable file
6
.circleci/rebuild-images.sh
Normal file → Executable file
@ -15,6 +15,6 @@ curl \
|
||||
--verbose \
|
||||
--request POST \
|
||||
--url https://circleci.com/api/v2/project/gh/tahoe-lafs/tahoe-lafs/pipeline \
|
||||
--header 'Circle-Token: $API_TOKEN' \
|
||||
--header 'content-type: application/json' \
|
||||
--data '{"branch":"$BRANCH","parameters":{"build-images":true,"run-tests":false}}'
|
||||
--header "Circle-Token: $API_TOKEN" \
|
||||
--header "content-type: application/json" \
|
||||
--data '{"branch":"'"$BRANCH"'","parameters":{"build-images":true,"run-tests":false}}'
|
||||
|
Loading…
Reference in New Issue
Block a user