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:
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 }}" \
You can’t perform that action at this time.
0 commit comments