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 79ddca5 commit 4e6c60eCopy full SHA for 4e6c60e
.github/scripts/tests/tests.sh
@@ -31,7 +31,10 @@ ENDPOINT_TYPE="service"
31
32
get_dspo_image() {
33
if [ "$REGISTRY_ADDRESS" = "" ]; then
34
- echo "REGISTRY_ADDRESS variable not defined." && exit 1
+ # this function is called by `IMG=$(get_dspo_image)` that captures the standard output of get_dspo_image
35
+ set -x
36
+ echo "REGISTRY_ADDRESS variable not defined."
37
+ exit 1
38
fi
39
local image="${REGISTRY_ADDRESS}/data-science-pipelines-operator"
40
echo $image
0 commit comments