This repository has been archived on 2019-03-23. You can view files and clone it, but cannot push or open issues/pull-requests.
binauralbeats/.drone.yml

17 lines
346 B
YAML

pipeline:
resolve:
image: alpine
commands:
- cat /etc/resolv.conf
- nslookup git.sbruder.de 8.8.8.8
- ping -c 1 127.0.0.11
- ping -c 1 sbruder.de
- ping -c 1 git.sbruder.de
when:
status: [ success, failure ]
build:
image: node:alpine
commands:
- npm install
- npm run build