Skip to content

Commit

Permalink
remove extra workflow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Oct 31, 2024
1 parent 43540b3 commit 88d6c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ jobs:
"${{ inputs.primary-verification-url }}") || (echo "$script_log" && exit 1)
echo -e "---- script log\n$script_log\n----"; \
response=$(echo "$script_log" | tail -n 1)
echo "response: $response"
script_log=$(./operations/scripts/app-workflows/validate-deploy.sh \
"$response" \
"${{ needs.get-version.outputs.version }}" \
Expand Down Expand Up @@ -211,7 +210,6 @@ jobs:
"${{ inputs.secondary-verification-url }}") || (echo "$script_log" && exit 1)
echo -e "---- script log\n$script_log\n----"; \
response=$(echo "$script_log" | tail -n 1)
echo "response: $response"
script_log=$(./operations/scripts/app-workflows/validate-deploy.sh \
"$response" \
"${{ needs.get-version.outputs.version }}" \
Expand Down

0 comments on commit 88d6c75

Please sign in to comment.