chore(gitlab ci): postgres i18n & npm update
This commit is contained in:
parent
a2c6c48af6
commit
9bdee61f1d
@ -14,6 +14,8 @@ variables:
|
|||||||
POSTGRES_DB: uniworx_test
|
POSTGRES_DB: uniworx_test
|
||||||
POSTGRES_USER: uniworx
|
POSTGRES_USER: uniworx
|
||||||
POSTGRES_PASSWORD: uniworx
|
POSTGRES_PASSWORD: uniworx
|
||||||
|
POSTGRES_INITDB_ARGS: "--locale=de-DE --encoding=UTF-8"
|
||||||
|
TZ: Europe/Berlin
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- setup
|
- setup
|
||||||
@ -31,6 +33,7 @@ npm install:
|
|||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- npm install -g n
|
- npm install -g n
|
||||||
- n stable
|
- n stable
|
||||||
|
- npm install -g npm
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|||||||
Reference in New Issue
Block a user