consolesmods/.drone.yml
Sthope 3346113562
All checks were successful
continuous-integration/drone/push Build is passing
Update .drone.yml
2023-08-28 19:15:26 +02:00

31 lines
524 B
YAML

kind: pipeline
name: release
trigger:
release: true
steps:
# - name: checkout
# image: plugins/git
# settings:
# repo: https://github.com/insignia-live/setup-assistant-release.git
- name: run
image: node:14
commands:
- npm install axios
- node tools/check_version.js
when:
status:
- success
- failure
- changed
- name: testing
image: alpine
commands:
- echo "test"
when:
status:
- success
- changed