Skip to content

Commit

Permalink
TEMP DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Nov 26, 2024
1 parent 9516db6 commit 169dd34
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# * QS_DEBUG_TESTS - Runs the tests with '-Dmaven.failsafe.debug=true'
################################################################################################
# Go into the quickstart directory

set -x
test_status=0
script_directory="${0%/*}"
script_directory=$(realpath "${script_directory}")
Expand Down Expand Up @@ -91,6 +91,10 @@ export image="${root_image_name}:latest"
docker tag ${qs_dir} ${image}
docker push ${image}

# Debug
docker image ls
docker pull ${image}

################################################################################################
# Helm install, waiting for the pods to come up
helm_set_arguments=" --set ${helm_set_arg_prefix}build.enabled=false --set ${helm_set_arg_prefix}deploy.route.enabled=false --set ${helm_set_arg_prefix}image.name=${root_image_name}"
Expand Down Expand Up @@ -186,5 +190,5 @@ fi
end=$SECONDS
duration=$((end - start))
echo "${application} tests run in $(($duration / 60))m$(($duration % 60))s."

set +x
exit ${test_status}

0 comments on commit 169dd34

Please sign in to comment.