chore: fix PATH
This commit is contained in:
parent
622b08e3a8
commit
6834ae7480
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user