Skip to content

Commit 3c570fa

Browse files
committed
Make test.sh executable
Fixes failing pipeline job.
1 parent c8cca1a commit 3c570fa

File tree

1 file changed

+2
-1
lines changed
  • docs/examples/set-login-password-username

1 file changed

+2
-1
lines changed

docs/examples/set-login-password-username/test.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
#!/bin/bash
12

23
set -ex
34

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

0 commit comments

Comments
 (0)