Do not use same log file for openshift tests auth/noauth (#6428)

This commit is contained in:
Philippe Martin
2022-12-19 17:50:49 +01:00
committed by GitHub
parent d38a215ff5
commit d0e2292443

View File

@@ -1,6 +1,6 @@
#!/bin/bash
LOGFILE="pr-${GIT_PR_NUMBER}-openshift-tests-${BUILD_NUMBER}"
LOGFILE="pr-${GIT_PR_NUMBER}-openshift-unauth-tests-${BUILD_NUMBER}"
source .ibm/pipelines/functions.sh