We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78d294 commit 9c5911cCopy full SHA for 9c5911c
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
- run: docker compose version
59
- run: docker compose pull
60
working-directory: ci/htcondor
61
- - run: ./ci/htcondor/start-htcondor.sh
+ - run: ./start-htcondor.sh
62
63
- run: docker compose exec -T --user submituser submit /bin/bash -c "set -euf -o pipefail; set -x; which -a condor_submit; condor_submit --version; condor_submit --help"
64
0 commit comments