We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432c58e commit 63fece7Copy full SHA for 63fece7
1 file changed
assets/build/install.sh
@@ -211,7 +211,7 @@ chown ${GITLAB_USER}: ${GITLAB_INSTALL_DIR}/config/database.yml
211
exec_as_git yarn install --production --pure-lockfile
212
213
echo "Compiling assets. Please be patient, this could take a while..."
214
-node scripts/frontend/infection_scanner/infection_scanner.mjs
+exec_as_git node scripts/frontend/infection_scanner/infection_scanner.mjs
215
exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS="--max-old-space-size=8192"
216
217
# remove auto generated ${GITLAB_DATA_DIR}/config/secrets.yml
0 commit comments