Commit 1ba1df9c authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'sh-remove-chrome-apt-dependency-ci' into 'master'

Remove Google apt source from gitlab:assets:compile step

See merge request gitlab-org/gitlab-ce!28905
parents b819d38d 590b79e8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment