File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,19 @@ run_test() {
6767 return 0
6868 fi
6969
70+ OPERETO3_URL=" opereto.qa.redislabs"
7071 JSON=$( curl -sk \
7172 -X POST -H " Content-Type: application/json" \
7273 -H " Authorization: Bearer $QA_AUTOMATION_TOKEN " \
7374 -d @$json_in \
74- https://opereto.qa.redislabs .com/processes 2>&1 )
75+ https://$OPERETO3_URL .com/processes 2>&1 )
7576 rc=$?
7677 rm $json_in
7778 status=$( results .status)
7879 if [[ $rc == 0 && $status == success ]]; then
7980 id=$( results .data[0])
8081 echo " Tests running on $MODULE_VERSION for RS $RS_VERSION "
81- echo " Results: https://opereto.qa.redislabs .com/ui#dashboard/flow/$id "
82+ echo " Results: https://$OPERETO3_URL .com/ui#dashboard/flow/$id "
8283 return 0
8384 else
8485 err=$( results .message)
You can’t perform that action at this time.
0 commit comments