so funktionieren multiple lines anscheinend nicht :-(
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
ba3ddb5d22
commit
23e1ae21d4
|
@ -10,13 +10,9 @@ steps:
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
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 << EOF > simple-shell-test.sh
|
- cat "echo Woodoo Woodoopecker" > executable
|
||||||
echo 'ich bin keine Katze'
|
#chmod u+x executable
|
||||||
cat 'und auch kein Hund'
|
|
||||||
ls -la /
|
|
||||||
EOF
|
|
||||||
#chmod u+x executable
|
|
||||||
- name: a-test-step
|
- name: a-test-step
|
||||||
image: alpine #golang:1.16
|
image: alpine #golang:1.16
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue