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

Fix execution run rid upload to tracking table

parent d8b16f8a
Branches
Tags
2 merge requests!58Develop,!57Prep of 1.0.0 release
Pipeline #8958 canceled with stages
in 35 minutes and 35 seconds
......@@ -1259,7 +1259,7 @@ process uploadExecutionRun {
curl -H 'Content-Type: application/json' -X PUT -d \
'{ \
"ID": "${workflow.sessionId}" \
"ExecutionRunRID": "\${executionRun_rid}" \
"ExecutionRunRID": "'\${executionRun_rid}'" \
}' \
"https://9ouc12dkwb.execute-api.us-east-2.amazonaws.com/prod/db/track"
"""
......
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