Fix quoting on the helper

This commit is contained in:
Jean-Paul Calderone 2022-12-14 12:44:11 -05:00
parent d66d928fb4
commit 793033caa8

6
.circleci/rebuild-images.sh Normal file → Executable file
View 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}}'