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

Remove dx env overrides for dx find

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