# .woodpecker.yml pipeline: build: image: node:18 commands: - touch myfile a-test-step: image: debian commands: - cat myfile