| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -101,7 +101,8 @@ jobs: | |||
| 101 | 101 | echo "Polling Cloud Build Status..." | |
| 102 | 102 | while true; do | |
| 103 | 103 | STATUS=$(gcloud builds describe "$BUILD_ID" --region=global --project=httpsms-86c51 --format="value(status)") | |
| 104 | - echo -e " \033[90m$(date -u '+%Y-%m-%d %H:%M:%S UTC')\033[0m status=\"$STATUS\"" | ||
| 104 | + LOCAL_TIME=$(date -u '+%Y-%m-%d %H:%M:%S UTC') | ||
| 105 | + echo -e " \033[90m${LOCAL_TIME}\033[0m status=\033[36m${STATUS}\033[0m" | ||
| 105 | 106 | case "$STATUS" in | |
| 106 | 107 | SUCCESS) echo -e "\033[32mBuild succeeded!\033[0m"; exit 0 ;; | |
| 107 | 108 | FAILURE|TIMEOUT|CANCELLED|EXPIRED|INTERNAL_ERROR) echo -e "\033[31mBuild failed with status: $STATUS\033[0m"; exit 1 ;; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments