Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

18 строки
294 B

  1. clone:
  2. git:
  3. image: plugins/git
  4. depth: 50
  5. tags: true
  6. pipeline:
  7. node_test:
  8. image: node:8.1.2
  9. pull: true
  10. commands:
  11. - node -v
  12. - npm -v
  13. - yarn --version
  14. - yarn config set cache-folder .yarn-cache
  15. - yarn install
  16. - yarn run production