Skip to content

Commit

Permalink
Merge pull request #11 from holywen/main
Browse files Browse the repository at this point in the history
fix Makefile script
  • Loading branch information
holywen authored Mar 20, 2024
2 parents 06753ff + 51071f0 commit 5426630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ get-tf-output () {
probes-common () {
local ROOT=$1
eval "$(get-tf-output "$ROOT" kubeconfig_export)"
until [ "$(eval "$(get-tf-output "$ROOT" cbcd_flowserver_pod)" | awk '{ print $3 }' | grep -v STATUS | grep -v -c Running)" == 0 ]; do sleep 10 && echo "Waiting for Operation Center Pod to get ready..."; done ;\
until [ "$(eval "$(get-tf-output "$ROOT" cbcd_flowserver_pod)" | awk '{ print $3 }' | grep -v STATUS | grep -v -c Running)" == 0 ]; do sleep 10 && echo "Waiting for CD Server Pod to get ready..."; done ;\
eval "$(get-tf-output "$ROOT" cbcd_flowserver_pod)" && printf "$MSG_INFO" "CD Server Pod is Ready."
CD_URL=$(get-tf-output "$ROOT" cbcd_url)
}
Expand Down

0 comments on commit 5426630

Please sign in to comment.