ci: Make ${ARTIFACTS} directory
It may not exist in OpenShift Prow by default.
This commit is contained in:
parent
569e09f509
commit
1a134bf7ee
|
|
@ -37,6 +37,7 @@ copy_out_gdtr_artifacts() {
|
|||
# TODO; Split the main/clang builds into separate build dirs
|
||||
local artifactdir
|
||||
artifactdir=${ARTIFACTS:-${topdir}}
|
||||
mkdir -p "${artifactdir}"
|
||||
for x in test-suite.log config.log gdtr-results; do
|
||||
if test -e ${resultsdir}/${x}; then
|
||||
mv ${resultsdir}/${x} ${artifactdir}
|
||||
|
|
|
|||
Loading…
Reference in New Issue