mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Fix download url base
This commit is contained in:
parent
22154087ee
commit
cfa1af41c8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ function download_deb() {
|
|||
local DEB="${PKG}-${component}_${CHROME_VERSION}_${ARCH}.deb"
|
||||
fi
|
||||
|
||||
curl --silent --show-error --fail -O "$DEB"
|
||||
curl --silent --show-error --fail -O "${DOWNLOAD_URL_BASE}/${CHROME_VERSION}/$DEB"
|
||||
echo "${DEB}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue