Skip to content

Commit 88d6c75

Browse files
committed
remove extra workflow debugging
1 parent 43540b3 commit 88d6c75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/app-build-and-deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ jobs:
164164
"${{ inputs.primary-verification-url }}") || (echo "$script_log" && exit 1)
165165
echo -e "---- script log\n$script_log\n----"; \
166166
response=$(echo "$script_log" | tail -n 1)
167-
echo "response: $response"
168167
script_log=$(./operations/scripts/app-workflows/validate-deploy.sh \
169168
"$response" \
170169
"${{ needs.get-version.outputs.version }}" \
@@ -211,7 +210,6 @@ jobs:
211210
"${{ inputs.secondary-verification-url }}") || (echo "$script_log" && exit 1)
212211
echo -e "---- script log\n$script_log\n----"; \
213212
response=$(echo "$script_log" | tail -n 1)
214-
echo "response: $response"
215213
script_log=$(./operations/scripts/app-workflows/validate-deploy.sh \
216214
"$response" \
217215
"${{ needs.get-version.outputs.version }}" \

0 commit comments

Comments
 (0)