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

Fix trackStart

parent b855a1fe
Branches
Tags
2 merge requests!37v0.0.1,!32Develop
Pipeline #6770 canceled with stages
in 2 minutes and 26 seconds
......@@ -56,17 +56,19 @@ process trackStart {
ulimit -a
export https_proxy=\${http_proxy}
curl -H 'Content-Type: application/json' -X PUT -d '{ \
curl -H 'Content-Type: application/json' -X PUT -d
'{ \
"sessionId": "${workflow.sessionId}", \
"pipeline": "gudmap.rbk_rnaseq", \
"start": "${workflow.start}", \
"repRID": ${reRID} \
"repRID": ${reRID}, \
"astrocyte": false, \
"status": "started", \
"nextflowVersion": "${workflow.nextflow.version}", \
"ci": ${params.ci}, \
"dev": ${params.dev}}' \
"https://xku43pcwnf.execute-api.us-east-1.amazonaws.com/ProdDeploy/pipeline-tracking"
"dev": ${params.dev} \
}' \
"https://xku43pcwnf.execute-api.us-east-1.amazonaws.com/ProdDeploy/pipeline-tracking"
"""
}
......
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