Skip to content
Snippets Groups Projects
Commit bce8b932 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'disable-asset-syncing' into 'master'

Disable asset syncing

Closes gitlab-org/distribution/team-tasks#90

See merge request gitlab-org/omnibus-gitlab!2476
parents 4dc37ae0 194cf8f1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -139,7 +139,9 @@ build do
bundle 'exec rake gitlab:assets:compile', timeout: 14400, env: assets_compile_env
 
# Sync assets to S3 bucket if ASSET_SYNC_ENABLED env variable is set
bundle 'exec rake assets:sync', env: assets_compile_env if ENV['ASSET_SYNC_ENABLED'] == 'true'
# Disabled until we can use it in production. For details,
# check https://gitlab.com/gitlab-org/distribution/team-tasks/issues/90
# bundle 'exec rake assets:sync', env: assets_compile_env if ENV['ASSET_SYNC_ENABLED'] == 'true'
 
# Move folders for caching. GitLab CI permits only relative path for Cache
# and Artifacts. So we need these folder in the root directory.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment