Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/.gitlab-ci.yml

27 lines
323 B
YAML
Raw Normal View History

2019-10-31 22:20:02 +00:00
image: node:12
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
before_script:
- node --version
- yarn --version
- yarn
test:
script:
- yarn test
pages:
stage: deploy
script:
- yarn build
artifacts:
paths:
- public
only:
2019-10-31 22:44:41 +00:00
- schedules
- master@Bauke/tildes-issue-log