mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +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
|
||||
cache-chrome
|
||||
cache-chromium
|
||||
notify-chrome-updated
|
||||
else
|
||||
cache-chromium
|
||||
notify-chrome-updated
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue