Skip to content
Snippets Groups Projects

Gitlab ci redshift

Merged Cédric Moreau requested to merge gitlab-ci-redshift into 1.6
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 11
0
before_script:
- export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh"
test:
stage: test
tags:
- redshift
script:
- yarn
- yarn test
Loading