diff --git a/.github/workflows/app-build-and-deploy.yml b/.github/workflows/app-build-and-deploy.yml index f69869f..2c0327b 100644 --- a/.github/workflows/app-build-and-deploy.yml +++ b/.github/workflows/app-build-and-deploy.yml @@ -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 }}" \ @@ -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 }}" \