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
.gitlab-ci.yml 0 → 100644
+ 17
0
 
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