Skip to content

Commit 4d3f4dd

Browse files
committed
chore(scripts): remove commit lock on OAS download
1 parent 77016bb commit 4d3f4dd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/download-oas.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ fi
3030

3131
git clone "${OAS_REPO}" "${ROOT_DIR}/oas" --quiet
3232

33-
# OPTIONAL: Lock to a specific commit
34-
if [[ "$OAS_REPO" == "https://github.com/stackitcloud/stackit-api-specifications.git" ]]; then
35-
cd "${ROOT_DIR}/oas"
36-
git checkout 335aa32af4d6c0d2a036b8567773da2f051f7efb
37-
fi
38-
3933
# NOTE: Everything below is needed for the "compatibility layer" logic.
4034
# It can be completely removed once the compatibility layer isn't needed anymore in the SDK.
4135

0 commit comments

Comments
 (0)