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

Fix ci lint

parent b418e9c9
2 merge requests!76Develop,!75Env.ci
Pipeline #9511 failed with stages
in 11 minutes and 2 seconds
...@@ -1036,7 +1036,8 @@ dnanexus: ...@@ -1036,7 +1036,8 @@ dnanexus:
--instance-type mem1_ssd1_v2_x16 \ --instance-type mem1_ssd1_v2_x16 \
--input-json "$(envsubst < ./docs/nxf_dnanexus-ci-test.json)" \ --input-json "$(envsubst < ./docs/nxf_dnanexus-ci-test.json)" \
> dx.log > dx.log
- jobID=$(cat dx.log | grep -oP "Job ID: \K.*") - >
jobID=$(cat dx.log | grep -oP "Job ID: \K.*")
- dx watch ${jobID} - dx watch ${jobID}
- status=$(dx find executions --id ${jobID} --state failed --brief) - status=$(dx find executions --id ${jobID} --state failed --brief)
- > - >
......
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