Files
workavia-drive/twake/frontend/.gitlab-ci.yml
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

19 lines
231 B
YAML

image: node:9.4.0
before_script:
- apk update -qq && apk add git
stages:
- test
test:
stage: test
script:
- echo install front
- yarn install
- yarn run dev-build
when: manual