Skip to content

Commit ee67cae

Browse files
committed
remove unnecessary Sub
1 parent 8c972ad commit ee67cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Resources:
1515
pStorageDeploymentInstance: dev
1616
pDatasetDeploymentInstance: dev
1717
pTriggerType: event
18-
pEventPattern: !Sub >-
18+
pEventPattern: >-
1919
{
2020
"source": ["aws.s3"],
2121
"detail-type": ["Object Created"],
@@ -41,7 +41,7 @@ Resources:
4141
pGlueNumberOfWorkers: 10
4242
pGlueWorkerType: G.1X
4343
pTriggerType: schedule
44-
pEventPattern: !Sub >-
44+
pEventPattern: >-
4545
{
4646
"source": ["aws.s3"],
4747
"detail-type": ["Object Created"],

0 commit comments

Comments
 (0)