We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3e430 commit ad7d1e4Copy full SHA for ad7d1e4
run_tests_with_s2i.sh
@@ -34,7 +34,7 @@ source scripts/waitFor.sh
34
oc create -f .openshiftio/resource.configmap.yaml
35
oc create -f .openshiftio/application.yaml
36
oc new-app --template=configmap -p SOURCE_REPOSITORY_URL=$SOURCE_REPOSITORY_URL -p SOURCE_REPOSITORY_REF=$SOURCE_REPOSITORY_REF \
37
- -p MAVEN_MIRROR_URL=$MAVEN_MIRROR_URL-p MAVEN_ARGS_APPEND="$UNMANAGED_PARAMS"
+ -p MAVEN_MIRROR_URL=$MAVEN_MIRROR_URL -p MAVEN_ARGS_APPEND="$UNMANAGED_PARAMS"
38
if [[ $(waitFor "configmap" "app") -eq 1 ]] ; then
39
echo "Application failed to deploy. Aborting"
40
exit 1
0 commit comments