Вы не можете выбрать более 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