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

Commit a3b13de

Browse files
committed
modify for prod
1 parent a32857d commit a3b13de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,8 @@ Resources:
255255
- echo "Creating ECR image repository"
256256
- aws ecr create-repository --repository-name nextflow || true
257257
- echo "Getting source code from Github"
258-
- git clone https://github.com/wleepang/aws-genomics-workflows.git
258+
- git clone https://github.com/aws-samples/aws-genomics-workflows.git
259259
- cd aws-genomics-workflows
260-
- git checkout nextflow-updates
261260
- cd src/containers/nextflow
262261
build:
263262
commands:

0 commit comments

Comments
 (0)