We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142141b commit 2c40924Copy full SHA for 2c40924
scripts/download-oas.sh
@@ -31,7 +31,7 @@ fi
31
git clone "${OAS_REPO}" "${ROOT_DIR}/oas" --quiet
32
33
# OPTIONAL: Lock to a specific commit
34
-if [[ "$OAS_REPO_NAME" == "https://github.com/stackitcloud/stackit-api-specifications.git" ]]; then
+if [[ "$OAS_REPO" == "https://github.com/stackitcloud/stackit-api-specifications.git" ]]; then
35
cd "${ROOT_DIR}/oas"
36
git checkout 335aa32af4d6c0d2a036b8567773da2f051f7efb
37
fi
0 commit comments