ci: save node_modules and target
This commit is contained in:
parent
442dc33a34
commit
ecbd8a8724
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ variables:
|
|||
POSTGRES_USER: firefish
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
GIT_CLEAN_FLAGS: -ffdx --exclude node_modules/ --exclude target/
|
||||
|
||||
default:
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue