in der Tat "cat" und "echo" verhalten sich unterschiedlich ;-)
Some checks failed
ci/woodpecker/push/woodpecker-workflow-test Pipeline failed

This commit is contained in:
Ludger Sicking 2024-09-02 15:51:17 +02:00
parent 23e1ae21d4
commit b4860d3942

View file

@ -11,7 +11,7 @@ steps:
commands:
- echo "This is the build step"
#wie kann man Bash Shebang nutzen?
- cat "echo Woodoo Woodoopecker" > executable
- echo "echo Woodoo Woodoopecker" > executable
#chmod u+x executable
- name: a-test-step
image: alpine #golang:1.16