Files
wait/.drone.yml
Marcel Nijenhof 7d360e685e
All checks were successful
continuous-integration/drone/push Build is passing
Upoad naar downloaddir
2020-09-12 10:46:16 +02:00

21 lines
317 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Compile
commands:
- make
- name: Versie toevoegen aan download
environment:
DOWNLOADDIR: /usr/share/nginx/html/download/bin/x86_64-f32/
commands:
- mkdir -p "$${DOWNLOADDIR}"
- cp wait "$${DOWNLOADDIR}"