From 0d89e2882a0a9f2e0c549c003546315a0e02de15 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 26 May 2026 23:05:56 +0100 Subject: [PATCH] M2: hello-world .drone.yml (exec) for cc-ci self-test Co-Authored-By: Claude Opus 4.7 (1M context) --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4f4f1da --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +--- +kind: pipeline +type: exec +name: self-test + +platform: + os: linux + arch: amd64 + +steps: + - name: hello + commands: + - echo "cc-ci self-test on the exec runner" + - whoami + - abra --version + - docker info --format 'swarm={{.Swarm.LocalNodeState}}'