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:
Rémy Coutable 2022-10-10 10:06:11 +00:00
commit c466fd6d97

View file

@ -101,7 +101,7 @@ apt-get -y install apt-utils curl gnupg2 >/dev/null
if [ "$TARGETARCH" == "amd64" ]; then
cache-chrome
cache-chromium
notify-chrome-updated
else
cache-chromium
notify-chrome-updated
fi