wooposex/.woodpecker/cli.yaml

16 lines
417 B
YAML
Raw Normal View History

2024-10-09 22:19:13 +02:00
steps:
- name: cli
image: docker.io/woodpeckerci/woodpecker-cli:latest-alpine
privileged: true
volumes:
- /var/run/dind:/var/run/dind
environment:
DOCKER_HOST: 'unix:///var/run/dind/docker.sock'
commands:
- echo hallo from inner hehe
- pwd
- ls -la
- ls /woodpecker
- /bin/woodpecker-cli --log-level TRACE exec --repo-path . ./.woodpecker/cli.yaml