diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 34884b8..0000000 --- a/.drone.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -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}"