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: | script: |
#!/bin/bash #!/bin/bash
set -Eeuo pipefail 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 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 chmod +x /tmp/roxctl
extra_args="" extra_args=""

Loading…
Cancel
Save