Skip to content
Snippets Groups Projects
Commit 68876b78 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add version to aws job definition

parent 4d0954c1
Branches
Tags
1 merge request!81Develop
Pipeline #9727 passed with warnings with stages
in 5 minutes and 9 seconds
......@@ -1097,7 +1097,7 @@ aws:
id=$(aws batch submit-job\
--job-name nf-GUDMAP_RBK_ci-env\
--job-queue default-bicf\
--job-definition nextflow-bicf-nextflow\
--job-definition nextflow-bicf-nextflow:2\
--container-overrides command=$(envsubst < ./docs/nxf_aws-ci-test.json))
id=$(echo ${id}| grep -oP "jobId\K.*" | tr -d '"' | tr -d ":" | tr -d " " | tr -d "}")
- >
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment