From 0f5358d12f5adb0095277623aa34c19ff7a7f330 Mon Sep 17 00:00:00 2001 From: Sebastien LALLEMAND Date: Wed, 5 Jul 2023 15:36:43 +0200 Subject: [PATCH] debug task --- infrastructure/templates/eshop-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/templates/eshop-dev.yaml b/infrastructure/templates/eshop-dev.yaml index 6f87710..d445376 100644 --- a/infrastructure/templates/eshop-dev.yaml +++ b/infrastructure/templates/eshop-dev.yaml @@ -127,6 +127,7 @@ spec: script: | #!/bin/bash set -Eeuo pipefail + set -x curl -s -k -L -H "Authorization: Bearer $ROX_API_TOKEN" "https://$ROX_CENTRAL_ENDPOINT/api/cli/download/roxctl-linux" --output /tmp/roxctl > /dev/null chmod +x /tmp/roxctl extra_args=""