chore: fix PATH

This commit is contained in:
Gregor Kleen 2020-01-16 20:24:20 +01:00
parent 622b08e3a8
commit 6834ae7480

View File

@ -15,7 +15,6 @@ variables:
POSTGRES_USER: uniworx
POSTGRES_PASSWORD: uniworx
N_PREFIX: "${HOME}/.n"
PATH: "${N_PREFIX}/bin:$PATH"
stages:
- setup
@ -34,6 +33,7 @@ npm install:
- apt-get update -y
- npm install -g n
- n 13.5.0
- export PATH="${N_PREFIX}/bin:$PATH"
- npm install -g npm
- hash -r
- apt-get -y install openssh-client exiftool