Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unnecessary fields
  • Loading branch information
ggabernet committed Jul 6, 2021
commit efc134dcbe254171ac7792c24ac3bb16bcd64c61
4 changes: 1 addition & 3 deletions nf_core/pipeline-template/.github/workflows/awstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ jobs:
-H "Content-Type: application/json" \
-d '{
"launch": {
"id" : "string",
"computeEnvId" : "'"${TOWER_COMPUTE_ENV}"'",
"pipeline" : "{{ name }}",
"workDir" : "s3://'"${AWS_S3_BUCKET}"'/work/{{ short_name }}/commit-'"${GITHUB_SHA}"'",
"paramsText" : "{\"outdir\":\"s3://'"${AWS_S3_BUCKET}"'/{{ short_name }}/results-'"${GITHUB_SHA}"'\"}",
"revision" : "'"${GITHUB_SHA}"'",
"configProfiles" : ["test","aws_tower"],
"resume" : false,
"dateCreated" : "1970-01-01T00:00:00.000Z"
"resume" : false
}
}' \
--fail