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

adding CI/CD pipeline

parent c85c1812
No related branches found
No related tags found
2 merge requests!8Esap gui dev,!7Esap gui dev
Pipeline #5869 failed
...@@ -3,14 +3,14 @@ stages: ...@@ -3,14 +3,14 @@ stages:
- deploy - deploy
build-esap-gui: build-esap-gui:
image: docker:latest
stage: build stage: build
before_script: 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 yarn npm -y )'
script: script:
- npm -version
- echo "Building deploy package" - echo "Building deploy package"
- yarn install - npm install
- yarn build - npm build
- echo "Build successful" - echo "Build successful"
artifacts: artifacts:
expire_in: 1 hour expire_in: 1 hour
......
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