Skip to content

Commit

Permalink
deploy: f1e6c16
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son committed Oct 2, 2024
1 parent ec5f997 commit e73555f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/overview/specification/schema-v2.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/overview/specification/schema-v3alpha1.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ vercomp () {
# Download hash from Github URL
download_hash() {
# check for versions < 0.15.0
if [ "$(printf '%s\n' "0.15.0" "$VERSION_OCM" | sort -V | head -n1)" = "$VERSION_OCM" ] && [ "$VERSION_OCM" != "0.15.0" ]; then
vercomp "$VERSION_OCM" "0.15.0"
if [[ $? -eq 2 ]]; then
HASH_URL="https://github.com/${GITHUB_REPO}/releases/download/v${VERSION_OCM}/ocm_${VERSION_OCM}_checksums.txt"
info "Downloading hash ${HASH_URL}"
download "${TMP_HASH}" "${HASH_URL}"
Expand Down

0 comments on commit e73555f

Please sign in to comment.