Skip to content

Commit be4c8d4

Browse files
committed
update workflow pipeline.yaml
1 parent 68fcf8f commit be4c8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
TESTING_PIPELINE_EXECUTION_ROLE: ${{ secrets.TESTING_PIPELINE_EXECUTION_ROLE }}
1414
TESTING_CLOUDFORMATION_EXECUTION_ROLE: ${{ secrets.TESTING_CLOUDFORMATION_EXECUTION_ROLE }}
1515
TESTING_ARTIFACTS_BUCKET: ${{ secrets.TESTING_ARTIFACTS_BUCKET }}
16-
TESTING_PARAMETER_OVERRIDES: TasksTableName=\"tasks\" CognitoCallbackURL=\"https://start.spring.io/\" UserPoolAdminGroupName=\"apiAdmins\"
16+
TESTING_PARAMETER_OVERRIDES: TasksTableName="tasks",CognitoCallbackURL="https://start.spring.io/",UserPoolAdminGroupName="apiAdmins"
1717
# If there are functions with "Image" PackageType in your template,
1818
# uncomment the line below and add "--image-repository ${TESTING_IMAGE_REPOSITORY}" to
1919
# testing "sam package" and "sam deploy" commands.
@@ -23,7 +23,7 @@ env:
2323
PROD_PIPELINE_EXECUTION_ROLE: ${{ secrets.PROD_PIPELINE_EXECUTION_ROLE }}
2424
PROD_CLOUDFORMATION_EXECUTION_ROLE: ${{ secrets.PROD_CLOUDFORMATION_EXECUTION_ROLE }}
2525
PROD_ARTIFACTS_BUCKET: ${{ secrets.PROD_ARTIFACTS_BUCKET }}
26-
PRODUCTION_PARAMETER_OVERRIDES: TasksTableName=\"tasks\" CognitoCallbackURL=\"https://django-rest-framework.org/tutorial/\" UserPoolAdminGroupName=\"apiAdmins\"
26+
PRODUCTION_PARAMETER_OVERRIDES: TasksTableName="tasks",CognitoCallbackURL="https://django-rest-framework.org/tutorial/",UserPoolAdminGroupName="apiAdmins"
2727
# If there are functions with "Image" PackageType in your template,
2828
# uncomment the line below and add "--image-repository ${PROD_IMAGE_REPOSITORY}" to
2929
# prod "sam package" and "sam deploy" commands.

0 commit comments

Comments
 (0)