Skip to content
Snippets Groups Projects
Verified Commit bc238757 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix BASIC_AUTH_PW because there is now a space in that line

parent 3dc844aa
No related branches found
No related tags found
No related merge requests found
......@@ -693,7 +693,7 @@ prometheus-alerts:
RESOURCE: "kube-prometheus-stack"
script:
- *debug_information
- export BASIC_AUTH_PW=$(python3 -m stackspin $HOSTNAME secrets | grep stackspin-prometheus-basic-auth | cut -d'=' -f2)
- export BASIC_AUTH_PW=$(python3 -m stackspin $HOSTNAME secrets | grep stackspin-prometheus-basic-auth | awk '{ print $4 }')
- cd test/
- bash ../.gitlab/ci_scripts/retry_cmd_until_success.sh 30 10 pytest -s -m prometheus
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment