Skip to content

Commit

Permalink
Update nextflow-ecs-task-definition.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac authored Jun 20, 2024
1 parent df40beb commit 05d9a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/nextflow-ecs-task-definition.j2
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Resources:
awslogs-group: !Ref TowerTaskLogGroup
awslogs-stream-prefix: !Ref AwslogsStreamPrefix
{%- endif %}
- Name: !Sub '${MigrateDBContainerName}'
- Name: !Ref MigrateDBContainerName
Image: !Ref MigrateDBContainerImage
Memory: 2000
Cpu: 0
Expand Down Expand Up @@ -299,7 +299,7 @@ Resources:
- ContainerName: !Ref RedisContainerName
Condition: START
{%- endif %}
- ContainerName: !Sub '${MigrateDBContainerName}'
- ContainerName: !Ref MigrateDBContainerName
Condition: SUCCESS
WorkingDirectory: /work
EntryPoint:
Expand Down

0 comments on commit 05d9a67

Please sign in to comment.