Skip to content

Commit 9655604

Browse files
committed
Migrate to ubuntu-22 hub package for generating docs. Ubuntu-16 hub packages are removed in master/3.24.0
Ticket: none
1 parent ee4f548 commit 9655604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/build/latest_nightly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GREP_EXPR="${2:?undefined}" # usually jenkins-master-nightly-pipeline
77
curl --silent "$BUILDCACHE_URL" | grep "$GREP_EXPR" | sed -r 's_.*<a href="([^"/]*)/">.*_\1_' | sort -rn | while read -r build; do
88
# $build is something like jenkins-master-nightly-pipeline-962
99
# verify that it has a deb file
10-
url="$BUILDCACHE_URL/$build/PACKAGES_HUB_x86_64_linux_ubuntu_16/"
10+
url="$BUILDCACHE_URL/$build/PACKAGES_HUB_x86_64_linux_ubuntu_22/"
1111
if curl --silent "$url" | grep -qF '.deb</a>'; then
1212
echo "$build"
1313
break

0 commit comments

Comments
 (0)