Skip to content

Commit c783db2

Browse files
authored
Update .gitlab-ci.yml
1 parent 99f2bb9 commit c783db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ variables:
6262
- wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v$NVM_VERSION/install.sh | bash
6363
- export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
6464
- nvm install $NODE_VERSION
65+
- export TMPDIR=/tmp
6566
- cd lib/jsorolla && npm install phantomjs-prebuilt && npm install && cd ../.. && npm install --legacy-peer-deps
6667
- npm install -g grunt-cli
6768
- grunt --env=$ENVIRONMENT_NAME

0 commit comments

Comments
 (0)