File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ jobs:
164
164
"${{ inputs.primary-verification-url }}") || (echo "$script_log" && exit 1)
165
165
echo -e "---- script log\n$script_log\n----"; \
166
166
response=$(echo "$script_log" | tail -n 1)
167
- echo "response: $response"
168
167
script_log=$(./operations/scripts/app-workflows/validate-deploy.sh \
169
168
"$response" \
170
169
"${{ needs.get-version.outputs.version }}" \
@@ -211,7 +210,6 @@ jobs:
211
210
"${{ inputs.secondary-verification-url }}") || (echo "$script_log" && exit 1)
212
211
echo -e "---- script log\n$script_log\n----"; \
213
212
response=$(echo "$script_log" | tail -n 1)
214
- echo "response: $response"
215
213
script_log=$(./operations/scripts/app-workflows/validate-deploy.sh \
216
214
"$response" \
217
215
"${{ needs.get-version.outputs.version }}" \
You can’t perform that action at this time.
0 commit comments