vereinfachen: debian statt alpine
Some checks failed
ci/woodpecker/push/woodpecker-workflow-test Pipeline was successful
ci/woodpecker/push/woodpecker-workflow-adavanced-test Pipeline failed

This commit is contained in:
Ludger Sicking 2024-09-09 08:04:12 +02:00
parent ea06eea8e8
commit cbd7dbfd00

View file

@ -5,7 +5,7 @@ when:
steps: steps:
- name: wir-testen-die-umgebung - name: wir-testen-die-umgebung
image: alpine image: debian
commands: commands:
- ls ~ - ls ~
- pwd - pwd
@ -15,8 +15,9 @@ steps:
- uname -a - uname -a
- id - id
- groups - groups
- sudo last - sudo last ## mit alpine image gegenchecken
- sudo ls /var - sudo ls /var
- last
- name: going-private - name: going-private
image: debian image: debian
commands: commands: