Skip to content
Snippets Groups Projects

Add LICENSE

Closed michael.minelli requested to merge licence into main
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
SECURE_FILES_DOWNLOAD_PATH: './'
stages:
- test
build:test:
image: node:latest
stage: test
tags:
- build
script:
- cd ExpressAPI
- npm install
- npm run build
\ No newline at end of file
Loading