From 590b79e84bcd796728d8848c94c1241f3351546f Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 30 May 2019 07:37:39 +0000 Subject: Remove Google apt source from gitlab:assets:compile step Chrome is already installed in this image, and the apt-get update is only used to install jq. --- .gitlab/ci/frontend.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 986ba7558d5..d62b24ae97d 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -38,6 +38,7 @@ gitlab:assets:compile: - bundle exec rake gitlab:assets:compile - time scripts/build_assets_image - scripts/clean-old-cached-assets + - rm -f /etc/apt/sources.list.d/google*.list # We don't need to update Chrome here # Play dependent manual jobs - install_api_client_dependencies_with_apt - play_job "review-build-cng" || true # this job might not exist so ignore the failure if it cannot be played -- cgit v1.2.1