Skip to content
Snippets Groups Projects
Commit 8eb33472 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

adding CI/CD pipeline

parent 7d2ff44d
No related branches found
No related tags found
2 merge requests!8Esap gui dev,!7Esap gui dev
Pipeline #5870 passed
......@@ -4,9 +4,11 @@ stages:
build-esap-gui:
stage: build
image: node:latest
before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install yarn npm -y )'
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install npm -y )'
script:
- node -v
- npm -version
- echo "Building deploy package"
- npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment