From 87c01e31c705f6d610587e286addc1ce869b7fd7 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 29 Oct 2023 21:21:09 +0100 Subject: [PATCH] Drone verwijderd. --- .drone.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .drone.yml 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}"