Skip to content

Commit

Permalink
Use install.json from skupper.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 20, 2023
1 parent 0b18870 commit 37fd0bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions install.json

This file was deleted.

2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ fetch_latest_skupper_release() {

log "Looking up the latest release version"

run curl -sf "${site_url}/install.json" \
run curl -sf "https://skupper.io/data/install.json" \
| awk 'match($0, /"version": "[0-9]+\.[0-9]+\.[0-9]+"/) { print substr($0, RSTART+12, RLENGTH-13) }' \
>| "${release_version_file}"

Expand Down
2 changes: 1 addition & 1 deletion install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fetch_latest_skupper_release() {

log "Looking up the latest release version"

run curl -sf "${site_url}/install.json" \
run curl -sf "https://skupper.io/data/install.json" \
| awk 'match($0, /"version": "[0-9]+\.[0-9]+\.[0-9]+"/) { print substr($0, RSTART+12, RLENGTH-13) }' \
>| "${release_version_file}"

Expand Down

0 comments on commit 37fd0bd

Please sign in to comment.