File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ chown ${GITLAB_USER}: ${GITLAB_INSTALL_DIR}/config/database.yml
203
203
204
204
# Installs nodejs packages required to compile webpack
205
205
exec_as_git yarn install --production --pure-lockfile
206
- exec_as_git yarn add ajv@^4.0.0
207
206
208
207
echo " Compiling assets. Please be patient, this could take a while..."
209
208
exec_as_git bundle exec rake gitlab:assets:compile USE_DB=false SKIP_STORAGE_VALIDATION=true NODE_OPTIONS=" --max-old-space-size=4096"
Original file line number Diff line number Diff line change @@ -2168,7 +2168,6 @@ migrate_database() {
2168
2168
echo " Prepare recomplie assets... Installing missing node_modules for assets"
2169
2169
chown -R ${GITLAB_USER} : ${GITLAB_HOME} /gitlab/node_modules
2170
2170
exec_as_git yarn install --production --pure-lockfile
2171
- exec_as_git yarn add ajv@^4.0.0
2172
2171
echo " Recompiling assets (relative_url in use), this could take a while..."
2173
2172
exec_as_git bundle exec rake gitlab:assets:compile NODE_OPTIONS=" --max-old-space-size=4096" > /dev/null 2>&1
2174
2173
fi
You can’t perform that action at this time.
0 commit comments