Skip to content

Commit 796aaf6

Browse files
committed
fix(circleci): add missing quote
1 parent 1d8a543 commit 796aaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
name: Trigger rundeck deploy
1515
command: |
1616
curl --request POST \
17-
--url "'"$RUNDECK_JOB_URL"'" \
17+
--url "$RUNDECK_JOB_URL" \
1818
--header 'content-type: application/json' \
19-
--header 'x-rundeck-auth-token: "'"$RUNDECK_TOKEN"'" \
19+
--header 'x-rundeck-auth-token: '"$RUNDECK_TOKEN"'' \
2020
--data '{ "options" : { "BenchName" : "frappe-demo" }}'
2121
2222
workflows:

0 commit comments

Comments
 (0)