--- 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}}'