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

Add dx env overrides for dx watch and find

parent 70563bcd
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9515 passed with warnings with stages
in 54 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)
- 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