Skip to content

Commit 69135f7

Browse files
author
Patrick Brandt
committed
some whitespace fixuo
1 parent b00c1b3 commit 69135f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipelines.gocd.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ pipelines: # Container for all pipelines defined in this file. Each pipeline is
105105
git pull
106106
npm install . --production
107107
sls deploy function -f $FUNCTION_NAME --stage prod
108-
109108
clientIdAuthorizer: # Define a new Pipeline for a specific lambda
110109
group: session
111110
label_template: "${clientIdAuthorizer[:8]}"
@@ -232,6 +231,7 @@ pipelines: # Container for all pipelines defined in this file. Each pipeline is
232231
- "*.yml"
233232
- "*.yaml"
234233
stages: *functionStages
234+
235235
create-vpc:
236236
group: network-deployment
237237
label_template: "${session[:8]}"
@@ -247,6 +247,7 @@ pipelines: # Container for all pipelines defined in this file. Each pipeline is
247247
tasks:
248248
- script: |
249249
aws --region us-west-2 cloudformation create-stack --stack-name VPC-NAT-GATEWAY --template-url https://s3-us-west-2.amazonaws.com/serverless-vpc/aws-vpc.template --parameters ParameterKey=AvailabilityZones,ParameterValue=\"us-west-2a,us-west-2b\",UsePreviousValue=false
250+
250251
deploy-dev:
251252
group: full-service-deployment
252253
label_template: "${session[:8]}" # This is used in the UI to represent a label for an individual run of the pipeline
@@ -322,4 +323,3 @@ pipelines: # Container for all pipelines defined in this file. Each pipeline is
322323
- script: |
323324
npm install --production
324325
sls deploy --stage prod
325-

0 commit comments

Comments
 (0)