Browse Source

debug task

main
Sebastien LALLEMAND 2 years ago
parent
commit
0f5358d12f
  1. 1
      infrastructure/templates/eshop-dev.yaml

1
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=""

Loading…
Cancel
Save