mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'fix-notification' into 'master'
Notify chrome update only when chromium is cached See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/591 Merged-by: Rémy Coutable <remy@rymai.me> Approved-by: Rémy Coutable <remy@rymai.me> Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
commit
c466fd6d97
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