We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56f607c + 7761b03 commit 894c736Copy full SHA for 894c736
1 file changed
.github/workflows/awsfulltest.yml
@@ -36,4 +36,4 @@ jobs:
36
--job-name nf-core-eager \
37
--job-queue $AWS_JOB_QUEUE \
38
--job-definition $AWS_JOB_DEFINITION \
39
- --container-overrides '{"command": ["nf-core/eager", "-r '"${GITHUB_SHA}"' -profile awsfulltest --outdir s3://'"${AWS_S3_BUCKET}"'/eager/results-'"${GITHUB_SHA}"' -w s3://'"${AWS_S3_BUCKET}"'/eager/work-'"${GITHUB_SHA}"' -with-tower"], "environment": [{"name": "TOWER_ACCESS_TOKEN", "value": "'"$TOWER_ACCESS_TOKEN"'"}]}'
+ --container-overrides '{"command": ["nf-core/eager", "-r '"${GITHUB_SHA}"' -profile awsfulltest --outdir s3://'"${AWS_S3_BUCKET}"'/eager/results-'"${GITHUB_SHA}"' -w s3://'"${AWS_S3_BUCKET}"'/eager/work-'"${GITHUB_SHA}"' -with-tower"], "environment": [{"name": "TOWER_ACCESS_TOKEN", "value": '"$TOWER_ACCESS_TOKEN"'}]}'
0 commit comments