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 b6600ee commit 03f3cb3Copy full SHA for 03f3cb3
Jenkinsfile.kindnightly
@@ -570,7 +570,7 @@ EOF
570
export TEST_IMAGES_REPO_USERNAME="${OCIR_USER}"
571
export TEST_IMAGES_REPO_PASSWORD="${OCIR_PASS}"
572
export TEST_IMAGES_REPO_EMAIL="[email protected]"
573
- if [ "${IT_TEST}" != "**/It*" ]; then
+ if [[ -n "${IT_TEST}" && "${IT_TEST}" != "**/It*" ]]; then
574
echo 'Overriding MAVEN_PROFILE_NAME to integration-test when running individual test(s)'
575
export MAVEN_PROFILE_NAME="integration-tests"
576
fi
0 commit comments