mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Notify chrome update only when chromium is cached
This commit is contained in:
parent
fb66a1f143
commit
0a81ef5783
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ apt-get -y install apt-utils curl gnupg2 >/dev/null
|
||||||
if [ "$TARGETARCH" == "amd64" ]; then
|
if [ "$TARGETARCH" == "amd64" ]; then
|
||||||
cache-chrome
|
cache-chrome
|
||||||
cache-chromium
|
cache-chromium
|
||||||
notify-chrome-updated
|
|
||||||
else
|
else
|
||||||
cache-chromium
|
cache-chromium
|
||||||
|
notify-chrome-updated
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue