in der Tat "cat" und "echo" verhalten sich unterschiedlich ;-)
Some checks failed
ci/woodpecker/push/woodpecker-workflow-test Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker-workflow-test Pipeline failed
This commit is contained in:
parent
23e1ae21d4
commit
b4860d3942
|
@ -11,7 +11,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- echo "This is the build step"
|
||||||
#wie kann man Bash Shebang nutzen?
|
#wie kann man Bash Shebang nutzen?
|
||||||
- cat "echo Woodoo Woodoopecker" > executable
|
- echo "echo Woodoo Woodoopecker" > executable
|
||||||
#chmod u+x executable
|
#chmod u+x executable
|
||||||
- name: a-test-step
|
- name: a-test-step
|
||||||
image: alpine #golang:1.16
|
image: alpine #golang:1.16
|
||||||
|
|
Loading…
Reference in a new issue