Skip to content
Snippets Groups Projects
Commit 474c6291 authored by David Rafferty's avatar David Rafferty
Browse files

Fix call

Former-commit-id: e6ebd113 [formerly 466b11f9]
Former-commit-id: 675d5d2c
Former-commit-id: 454524f5
parent 639296e9
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,6 @@ run_hba_full: ...@@ -44,6 +44,6 @@ run_hba_full:
script: script:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json
- test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_calibrator - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_calibrator
- rm -f results - rm -rf results
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_target.cwl test_jobs/HBA_target.json - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_target.cwl test_jobs/HBA_target.json
- test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment