We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542a5cc commit 9b0c62dCopy full SHA for 9b0c62d
.github/scripts/deploy_api.sh
@@ -66,6 +66,8 @@ if [[ "${IS_PULL_REQUEST}" == "true" ]]; then
66
jq --arg title "[PR-${pr_id}] $title" '.info.title = $title' "${SPEC_PATH}" > temp.json && mv temp.json "${SPEC_PATH}"
67
echo "disabling monitoring for pull request deployment"
68
jq '."x-nhsd-apim".monitoring = false' "${SPEC_PATH}" > temp.json && mv temp.json "${SPEC_PATH}"
69
+ echo "setting temporary true for pull request deployment"
70
+ jq '."x-nhsd-apim".temporary = true' "${SPEC_PATH}" > temp.json && mv temp.json "${SPEC_PATH}"
71
fi
72
73
# Find and replace the specification version number
0 commit comments