Skip to content

Commit

Permalink
Make test.sh executable
Browse files Browse the repository at this point in the history
Fixes failing pipeline job.
  • Loading branch information
ansd committed Sep 28, 2021
1 parent c8cca1a commit 3c570fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/set-login-password-username/test.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

set -ex

kubectl exec -it myrabbitmq-server-0 -c rabbitmq -- rabbitmqctl authenticate_user guest guest
kubectl exec myrabbitmq-server-0 -c rabbitmq -- rabbitmqctl authenticate_user guest guest

0 comments on commit 3c570fa

Please sign in to comment.