From f35afa8736a3b1d769c97e1c55cc5b07603c30e1 Mon Sep 17 00:00:00 2001 From: Pranav Rastogi Date: Fri, 12 May 2023 14:47:33 -0700 Subject: [PATCH] Delete .drone.yml --- .drone.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index c963011..0000000 --- a/.drone.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -kind: pipeline -type: docker -name: default - -# remove this section if your CPU is amd64 -platform: - os: linux - arch: arm64 - -steps: -- name: hello - image: busybox - commands: - - echo hello world - -trigger: - branch: - - main