Skip to content

Commit

Permalink
Fix mis-matched quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lox authored and Arturo Pie committed Oct 2, 2019
1 parent 6b9d929 commit bd5fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/aws-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ Resources:
BUILDKITE_TERMINATE_INSTANCE_AFTER_JOB=${BuildkiteTerminateInstanceAfterJob} \
BUILDKITE_ADDITIONAL_SUDO_PERMISSIONS=${BuildkiteAdditionalSudoPermissions} \
DISK_MIN_AVAILABLE="${MinimumDiskAvailableBeforeCleanup}" \
DOCKER_PRUNE_UNTIL="${DockerPruneUntil} \
DOCKER_PRUNE_UNTIL="${DockerPruneUntil}" \
AWS_DEFAULT_REGION=${AWS::Region} \
SECRETS_PLUGIN_ENABLED=${EnableSecretsPlugin} \
ECR_PLUGIN_ENABLED=${EnableECRPlugin} \
Expand Down

0 comments on commit bd5fbab

Please sign in to comment.