Skip to content

Commit 30d51cf

Browse files
Merge pull request #3302 from craigcomstock/use-ubu22hub-for-builds
Migrate to ubuntu-22 hub package for generating docs.
2 parents ee4f548 + 9655604 commit 30d51cf

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)