選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

18 行
294 B

clone:
git:
image: plugins/git
depth: 50
tags: true
pipeline:
node_test:
image: node:8.1.2
pull: true
commands:
- node -v
- npm -v
- yarn --version
- yarn config set cache-folder .yarn-cache
- yarn install
- yarn run production