FOERBICO/.woodpecker/woodpecker-workflow-adavanced-test.yaml

25 lines
642 B
YAML
Raw Normal View History

2024-09-04 18:00:37 +00:00
when:
- event: push
branch: [no-real-branch, feature/working-*]
#https://woodpecker-ci.org/docs/usage/workflow-syntax#when---conditional-execution
steps:
- name: wir-testen-die-umgebung
2024-09-09 06:04:12 +00:00
image: debian
2024-09-04 18:00:37 +00:00
commands:
- ls ~
- pwd
- ls -la /
- touch /was-duerfen-wir
- who
- uname -a
- id
- groups
2024-09-09 06:05:30 +00:00
#- sudo last ## im alpine image gegenchecken, was dort verfügbar
#- sudo ls /var
2024-09-09 06:04:12 +00:00
- last
## secrets existieren nur in images / "plugin"s / build-steps
- name: image-test
image: codeberg.org/xfix/plugin-codeberg-pages-deploy
2024-09-04 18:00:37 +00:00
commands:
- docker images