so funktionieren multiple lines anscheinend nicht :-(
Some checks failed
ci/woodpecker/push/woodpecker-workflow-test Pipeline failed

This commit is contained in:
Ludger Sicking 2024-09-02 15:46:53 +02:00
parent ba3ddb5d22
commit 23e1ae21d4

View file

@ -10,13 +10,9 @@ steps:
image: ubuntu:22.04
commands:
- echo "This is the build step"
#wie kann man Bash Shebang nutzen?
- cat << EOF > simple-shell-test.sh
echo 'ich bin keine Katze'
cat 'und auch kein Hund'
ls -la /
EOF
#chmod u+x executable
#wie kann man Bash Shebang nutzen?
- cat "echo Woodoo Woodoopecker" > executable
#chmod u+x executable
- name: a-test-step
image: alpine #golang:1.16
commands: