mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-28 10:35:34 -05:00
22 lines
353 B
YAML
22 lines
353 B
YAML
language: node_js
|
|
node_js:
|
|
- 8
|
|
- 10
|
|
- node
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
jobs:
|
|
include:
|
|
- stage: release
|
|
node_js: 10
|
|
script: echo deploying...
|
|
deploy:
|
|
- provider: script
|
|
script: npx semantic-release
|
|
on:
|
|
branch: develop
|
|
stages:
|
|
- test
|
|
- name: release
|
|
if: type != pull_request AND branch = develop
|