mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update pipeline setup
This commit is contained in:
parent
f6beca8712
commit
9d5972d125
3 changed files with 21 additions and 9 deletions
|
|
@ -84,8 +84,9 @@ function cache-chromium() {
|
|||
fi
|
||||
}
|
||||
|
||||
echo "Updating system utils"
|
||||
apt-get -y -qq update
|
||||
apt-get -y install apt-utils curl bash gnupg2 > /dev/null
|
||||
apt-get -y install apt-utils curl gnupg2 > /dev/null
|
||||
|
||||
if [ "$TARGETARCH" == "amd64" ]; then
|
||||
cache-chrome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue