diff --git a/assets/build/install.sh b/assets/build/install.sh index 388653e7..ce687541 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -151,9 +151,7 @@ exec_as_git cp ${GITLAB_INSTALL_DIR}/config/database.yml.mysql ${GITLAB_INSTALL_ exec_as_git yarn install --production --pure-lockfile echo "Compiling assets. Please be patient, this could take a while..." -#Adding webpack compile needed since 8.17 -exec_as_git bundle exec rake assets:clean assets:precompile webpack:compile USE_DB=false SKIP_STORAGE_VALIDATION=true - +exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true # remove auto generated ${GITLAB_DATA_DIR}/config/secrets.yml rm -rf ${GITLAB_DATA_DIR}/config/secrets.yml