We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8a543 commit 796aaf6Copy full SHA for 796aaf6
.circleci/config.yml
@@ -14,9 +14,9 @@ jobs:
14
name: Trigger rundeck deploy
15
command: |
16
curl --request POST \
17
- --url "'"$RUNDECK_JOB_URL"'" \
+ --url "$RUNDECK_JOB_URL" \
18
--header 'content-type: application/json' \
19
- --header 'x-rundeck-auth-token: "'"$RUNDECK_TOKEN"'" \
+ --header 'x-rundeck-auth-token: '"$RUNDECK_TOKEN"'' \
20
--data '{ "options" : { "BenchName" : "frappe-demo" }}'
21
22
workflows:
0 commit comments