debug: sleep 30s in debug-secrets pour inspecter le container
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
syoul
2026-03-17 18:27:08 +01:00
parent c2cd131ca8
commit 2c5be85a01

View File

@@ -37,12 +37,9 @@ steps:
image: alpine:3.20
environment:
TEST_STATIC: hello-world
PS_DOMAIN:
from_secret: ps_domain
commands:
- sleep 30
- echo "TEST_STATIC=${TEST_STATIC}"
- echo "PS_DOMAIN_LEN=${#PS_DOMAIN}"
- if [ -n "${PS_DOMAIN}" ]; then echo "PS_DOMAIN OK"; else echo "PS_DOMAIN VIDE"; fi
# Etape 3 : Deploiement sur sonic via Docker socket
- name: deploy