Skip to content

Commit

Permalink
fix some single vs double quote issues in sceptre configs for api-cli…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
briri committed Jul 17, 2024
1 parent fe8c1a0 commit 04c2b7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/prd/regional/api-clients/stanford.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ parameters:
hooks:
after_update:
cmd: 'src/scripts/add-api-client.sh prd stanford http://localhost:3000/callback'
cmd: 'aws ssm put-parameter --overwrite --name /uc3/dmp/tool/provenance/stanford/ror_list --type String --value \'["https://ror.org/03mtd9a03","https://ror.org/00f54p054","https://ror.org/014qe3j22","https://ror.org/0551gkb08"]\''
cmd: 'aws ssm put-parameter --overwrite --name /uc3/dmp/tool/provenance/stanford/ror_list --type String --value "[\"https://ror.org/03mtd9a03\",\"https://ror.org/00f54p054\",\"https://ror.org/014qe3j22\",\"https://ror.org/0551gkb08\"]"'
2 changes: 1 addition & 1 deletion config/prd/regional/api-clients/uc-boulder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ parameters:
hooks:
after_update:
cmd: 'src/scripts/add-api-client.sh prd uc-boulder http://localhost:3000/callback'
cmd: 'aws ssm put-parameter --overwrite --name /uc3/dmp/tool/provenance/uc-boulder/ror_list --type String --value \'["https://ror.org/02ttsq026"]\''
cmd: 'aws ssm put-parameter --overwrite --name /uc3/dmp/tool/provenance/uc-boulder/ror_list --type String --value "[\"https://ror.org/02ttsq026\"]"'
2 changes: 1 addition & 1 deletion config/prd/regional/api-clients/uc-riverside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ parameters:
hooks:
after_update:
cmd: 'src/scripts/add-api-client.sh prd uc-riverside http://localhost:3000/callback'
cmd: 'aws ssm put-parameter --overwrite --name /uc3/dmp/tool/provenance/uc-riverside/ror_list --type String --value \'["https://ror.org/03nawhv43"]\''
cmd: 'aws ssm put-parameter --overwrite --name /uc3/dmp/tool/provenance/uc-riverside/ror_list --type String --value "[\"https://ror.org/03nawhv43\"]"'

0 comments on commit 04c2b7b

Please sign in to comment.