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 -