Skip to content
Snippets Groups Projects
Commit 1f02f000 authored by James Beacham's avatar James Beacham Committed by Atlas Nightlybuild
Browse files

Merge branch 'art-4dec' into '21.0'

Fix search directory of ART build jobs

See merge request atlas/athena!7063

(cherry picked from commit 10c5e623 [formerly 1c883ece885a9156b3b4f4b9e76bc7fbd797cf87])

4927a930 Fix serach directory of ART build jobs

Former-commit-id: 1e5d6826aec65fa4db7c9828f2f2f041736ad8c7
parent 0c07e616
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ echo "INFO: Using ART version ${ART_VERSION} in ${ART_DIRECTORY} directory"
# run build tests
SUBDIR=${BRANCH}/${PROJECT}/${PLATFORM}/${DATESTAMP}
OUTDIR="${RELEASE_BASE}/art-build/${SUBDIR}"
CMD="art.py run ${RELEASE_BASE}/athena ${OUTDIR}"
CMD="art.py run ${RELEASE_BASE}/build/build/${PROJECT} ${OUTDIR}"
echo ${CMD}
RESULT=`eval "${CMD}"`
echo ${RESULT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment