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

Fix dx

parent 41c01ca1
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9518 failed with stages
in 4 minutes and 59 seconds
......@@ -1037,8 +1037,8 @@ dnanexus:
> dx.log
- >
jobID=$(cat dx.log | grep -oP "Job ID: \K.*")
- dx watch ${jobID}
- status=$(dx find executions --id ${jobID} --state failed --brief-auth-token ${dnanexus_authToken} --project-context-id ${dnanexus_workspace})
- dx watch ${jobID} -auth-token ${dnanexus_authToken} --project-context-id ${dnanexus_workspace}
- status=$(dx find executions --id ${jobID} --state failed --brief -auth-token ${dnanexus_authToken} --project-context-id ${dnanexus_workspace})
- >
if [ ${status} == "" ]
then
......
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