summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-29 16:41:01 -0700
committerStan Hu <stanhu@gmail.com>2019-05-29 16:41:01 -0700
commitf069333fd8324912a452cba8eec37bfa844ed145 (patch)
tree97779a461cc6ba10b17451dadc8fdc609a09a2d2
parent1c508b951c1f5682e6036ff28a0f2218687a1326 (diff)
downloadgitlab-ce-sh-remove-chrome-apt-dependency-ci.tar.gz
Remove Google apt source from gitlab:assets:compile stepsh-remove-chrome-apt-dependency-ci
Chrome is already installed in this image, and the apt-get update is only used to install jq.
-rw-r--r--.gitlab/ci/frontend.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml
index 986ba7558d5..c4dee646b15 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
# 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