Skip to content

Commit 8c972ad

Browse files
committed
pass pPipelineReference to stages
1 parent 7337166 commit 8c972ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdlf-utils/workshop-examples/10-demo/sdlf-workshop/pipeline-main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Resources:
1010
rMainA:
1111
Type: awslabs::sdlf::stagelambda::MODULE
1212
Properties:
13+
pPipelineReference: !Ref pPipelineReference
1314
pDeploymentInstance: mainA
1415
pStorageDeploymentInstance: dev
1516
pDatasetDeploymentInstance: dev
@@ -32,6 +33,7 @@ Resources:
3233
rMainB:
3334
Type: awslabs::sdlf::stageglue::MODULE
3435
Properties:
36+
pPipelineReference: !Ref pPipelineReference
3537
pDeploymentInstance: mainB
3638
pStorageDeploymentInstance: dev
3739
pDatasetDeploymentInstance: dev

0 commit comments

Comments
 (0)