.gitlab-ci.yml 72 Bytes
Newer Older
zhaoxuanchao's avatar
zhaoxuanchao committed
1 2 3 4 5 6 7
default:
  image: node:12-buster

stages:
  - build
  - test
  - deploy