Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 77860de

Browse files
authored
Merge pull request #19 from wleepang/issue-18
fix issue #18
2 parents ba65813 + edad445 commit 77860de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/nextflow/nextflow-aio.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Resources:
204204
ExistingBucket:
205205
Fn::If:
206206
- UseOneBucket
207-
- !Ref ExistingDataBucket
207+
- True # by the time this stack is created, the data bucket should exist
208208
- !Ref ExistingNextflowBucket
209209
S3WorkDirPrefix: !Ref S3NextflowWorkDirPrefix
210210
S3ScriptPrefix: !Ref S3NextflowScriptPrefix

0 commit comments

Comments
 (0)