@@ -198,7 +198,7 @@ Resources:
198
198
Stages :
199
199
- Name : Source
200
200
Actions :
201
- - Name : GitHub
201
+ - Name : GitHub-Repo
202
202
Namespace : GitHub
203
203
ActionTypeId :
204
204
Category : Source
@@ -213,9 +213,7 @@ Resources:
213
213
FullRepositoryId : awslabs/ssosync
214
214
BranchName : master
215
215
DetectChanges : true
216
- - Name : Build-App
217
- Actions :
218
- - Name : Git
216
+ - Name : Git-Metadata
219
217
Namespace : Git
220
218
InputArtifacts :
221
219
- Name : Source
@@ -226,11 +224,13 @@ Resources:
226
224
Provider : CodeBuild
227
225
OutputArtifacts :
228
226
- Name : GitVars
229
- RunOrder : 1
227
+ RunOrder : 2
230
228
Configuration :
231
229
ProjectName : !Ref GitMetadata
232
230
PrimarySource : Source
233
- - Name : Build
231
+ - Name : Build-App
232
+ Actions :
233
+ - Name : GoLang-Build
234
234
InputArtifacts :
235
235
- Name : Source
236
236
ActionTypeId :
@@ -240,18 +240,18 @@ Resources:
240
240
Provider : CodeBuild
241
241
OutputArtifacts :
242
242
- Name : Built
243
- RunOrder : 2
243
+ RunOrder : 1
244
244
Configuration :
245
245
ProjectName : !Ref CodeBuildApp
246
246
PrimarySource : Source
247
247
EnvironmentVariables : ' [{"name":"GitTag","value":"#{Git.Tag}","type":"PLAINTEXT"},{"name":"GitCommit","value":"#{Git.CommitId}","type":"PLAINTEXT"}]'
248
- - Name : Package
248
+ - Name : SAM- Package
249
249
ActionTypeId :
250
250
Category : Build
251
251
Owner : AWS
252
252
Version : 1
253
253
Provider : CodeBuild
254
- RunOrder : 3
254
+ RunOrder : 2
255
255
Configuration :
256
256
ProjectName : !Ref CodeBuildPackage
257
257
PrimarySource : Source
@@ -260,14 +260,14 @@ Resources:
260
260
InputArtifacts :
261
261
- Name : Built
262
262
- Name : Source
263
- - Name : Staging
263
+ - Name : SAR- Staging
264
264
Namespace : RC
265
265
ActionTypeId :
266
266
Category : Build
267
267
Owner : AWS
268
268
Version : 1
269
269
Provider : CodeBuild
270
- RunOrder : 4
270
+ RunOrder : 3
271
271
Configuration :
272
272
ProjectName : !Ref CodeBuildStaging
273
273
PrimarySource : Source
@@ -280,7 +280,7 @@ Resources:
280
280
- Name : Built
281
281
- Name : Test-Account_Execution
282
282
Actions :
283
- - Name : Management
283
+ - Name : in_Management_account
284
284
ActionTypeId :
285
285
Category : Build
286
286
Owner : AWS
@@ -293,7 +293,7 @@ Resources:
293
293
InputArtifacts :
294
294
- Name : Source
295
295
- Name : Tests
296
- - Name : Delegated
296
+ - Name : in_Delegated_admin_account
297
297
ActionTypeId :
298
298
Category : Build
299
299
Owner : AWS
@@ -306,7 +306,7 @@ Resources:
306
306
InputArtifacts :
307
307
- Name : Source
308
308
- Name : Tests
309
- - Name : NonDelegated
309
+ - Name : in_a_Non-Delegated_account
310
310
ActionTypeId :
311
311
Category : Build
312
312
Owner : AWS
@@ -319,9 +319,9 @@ Resources:
319
319
InputArtifacts :
320
320
- Name : Source
321
321
- Name : Tests
322
- - Name : Release
322
+ - Name : Release-Publicly
323
323
Actions :
324
- - Name : ForRelease
324
+ - Name : Does_this_commit_have_a_release_tag
325
325
ActionTypeId :
326
326
Category : Build
327
327
Owner : AWS
@@ -334,7 +334,7 @@ Resources:
334
334
EnvironmentVariables : ' [{"name":"GitIsRelease","value":"#{Git.IsRelease}","type":"PLAINTEXT"}]'
335
335
InputArtifacts :
336
336
- Name : Source
337
- - Name : Release
337
+ - Name : SAR- Release
338
338
ActionTypeId :
339
339
Category : Build
340
340
Owner : AWS
0 commit comments