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
This commit is contained in:
Lin Jen-Shin 2019-05-30 07:37:40 +00:00
commit 1ba1df9c2a

View file

@ -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