Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
Proxy
Commits
52d49c1b
Commit
52d49c1b
authored
Aug 17, 2021
by
Dominik Hebeler
Browse files
using correct cache location
parent
0e813052
Changes
1
Hide whitespace changes
Inline
Side-by-side
helpers/installPackages.sh
View file @
52d49c1b
...
...
@@ -9,11 +9,11 @@ then
fi
# Install node modules
npm i
--cache
/cache/
.npm
--prefer-offline
--no-audit
--progress
=
false
npm i
--cache
.npm
--prefer-offline
--no-audit
--progress
=
false
npm run prod
# Install composer modules
export
COMPOSER_HOME
=
/cache/
.composer
export
COMPOSER_HOME
=
.composer
composer
install
--no-dev
# Add the new cache to the bucket
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment