lock ajv-keywords@2.1 for npm
This commit is contained in:
parent
eba77b60b9
commit
1a1d85effb
1 changed files with 1 additions and 1 deletions
2
debian/rake-tasks.sh
vendored
2
debian/rake-tasks.sh
vendored
|
@ -30,7 +30,7 @@ chmod 0700 ${gitlab_data_dir}/.gitlab_shell_secret
|
|||
|
||||
echo "Installing node modules..."
|
||||
runuser -u ${gitlab_user} -- sh -c 'install -d /var/lib/gitlab/node_modules'
|
||||
runuser -u ${gitlab_user} -- sh -c 'npm install npm'
|
||||
runuser -u ${gitlab_user} -- sh -c 'npm install npm@5 ajv-keywords@2.1'
|
||||
runuser -u ${gitlab_user} -- sh -c 'node_modules/.bin/npm install'
|
||||
|
||||
echo "Precompiling locales..."
|
||||
|
|
Loading…
Reference in a new issue