From 2ea09a453e2eab8f29c0e763fa93c59eb958a093 Mon Sep 17 00:00:00 2001 From: djweber12 Date: Sat, 5 Oct 2024 10:29:47 -0400 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 93dd601..9bbe43b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,13 +37,3 @@ steps: password: from_secret: docker_password -# -# - name: test -# image: foo:latest -# commands: -# - cmake -s . -b build -# - cmake --build build -# -# volumes: -# - name: dockersock -