You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
599 B
42 lines
599 B
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: prepare-test-build
|
|
image: node
|
|
volumes:
|
|
# - name: cache
|
|
# path: /artifacts
|
|
commands:
|
|
- npm install
|
|
- npm run test
|
|
- npm run build
|
|
|
|
# - name: build-image
|
|
# image: node
|
|
# volumes:
|
|
# - name: cache
|
|
# path: /artifacts
|
|
# commands:
|
|
# - echo "TODO"
|
|
#
|
|
# - name: push-image
|
|
# image: node
|
|
# volumes:
|
|
# - name: cache
|
|
# path: /artifacts
|
|
# commands:
|
|
# - echo "TODO"
|
|
|
|
# volumes:
|
|
# - name: cache
|
|
# temp: {}
|
|
|
|
trigger:
|
|
repo:
|
|
- stakwork/sphinx-relay
|
|
- daniel-ro/sphinx-relay
|
|
branch:
|
|
- drone
|
|
- master
|
|
|