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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue