File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ trap 'Catch_Finish $?' EXIT SIGINT
36
36
export CI=" openshift"
37
37
export NAMESPACE=" eclipse-che"
38
38
export HAPPY_PATH_POD_NAME=happy-path-che
39
- export HAPPY_PATH_DEVFILE =' https://gist.githubusercontent. com/l0rd/71a04dd0d8c8e921b16ba2690f7d5a47/raw/d520086e148c359b18c229328824dfefcf85e5ef/ spring-petclinic-devfile-v2.0.0.yaml '
39
+ export HAPPY_PATH_TEST_PROJECT =' https://github. com/che-samples/java- spring-petclinic/tree/devfilev2 '
40
40
# Pod created by openshift ci don't have user. Using this envs should avoid errors with git user.
41
41
export GIT_COMMITTER_NAME=" CI BOT"
42
42
export GIT_COMMITTER_EMAIL=
" [email protected] "
60
60
startHappyPathTest () {
61
61
# patch happy-path-che.yaml
62
62
ECLIPSE_CHE_URL=http://$( oc get route -n " ${NAMESPACE} " che -o jsonpath=' {.status.ingress[0].host}' )
63
- TS_SELENIUM_DEVWORKSPACE_URL=" ${ECLIPSE_CHE_URL} /#${HAPPY_PATH_DEVFILE } "
63
+ TS_SELENIUM_DEVWORKSPACE_URL=" ${ECLIPSE_CHE_URL} /#${HAPPY_PATH_TEST_PROJECT } "
64
64
HAPPY_PATH_POD_FILE=${SCRIPT_DIR} /resources/pod-che-happy-path.yaml
65
65
sed -i " s@CHE_URL@${ECLIPSE_CHE_URL} @g" ${HAPPY_PATH_POD_FILE}
66
66
sed -i " s@WORKSPACE_ROUTE@${TS_SELENIUM_DEVWORKSPACE_URL} @g" ${HAPPY_PATH_POD_FILE}
You can’t perform that action at this time.
0 commit comments