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

Commit a32857d

Browse files
committed
fix source code retrieval
1 parent 4cd6a2e commit a32857d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,9 @@ Resources:
256256
- aws ecr create-repository --repository-name nextflow || true
257257
- echo "Getting source code from Github"
258258
- git clone https://github.com/wleepang/aws-genomics-workflows.git
259+
- cd aws-genomics-workflows
259260
- git checkout nextflow-updates
260-
- cd aws-genomics-workflows/src/containers/nextflow
261+
- cd src/containers/nextflow
261262
build:
262263
commands:
263264
- echo "Building container"

0 commit comments

Comments
 (0)