We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df5c13 commit 4ec42a1Copy full SHA for 4ec42a1
setup.sh
@@ -33,7 +33,7 @@ function configure_apt_sources() {
33
if [[ -z "$primary_url" ]] || [[ -z "$secondary_url" ]]; then
34
local latest_url="http://linux-package-mirror.delphix.com/"
35
if is_release_branch; then
36
- package_mirror_url="${latest_url}${DEFAULT_GIT_BRANCH}"
+ package_mirror_url="${latest_url}releases/${DELPHIX_RELEASE_VERSION}"
37
else
38
latest_url+="${DEFAULT_GIT_BRANCH}/latest/"
39
package_mirror_url=$(curl -LfSs -o /dev/null -w '%{url_effective}' \
0 commit comments