debug circleci

This commit is contained in:
Spencer Gibb
2018-05-16 16:21:38 -04:00
parent 7ecea5a9b7
commit 467c4abe29

View File

@@ -6,4 +6,6 @@ ${BASEDIR}/consul agent -server -bootstrap-expect 1 -advertise 127.0.0.1 -data-d
# wait for consul to elect a leader before sending acl
sleep 5
curl -X PUT -d @`dirname $0`/../../test/resources/consul_acl/consul_anonymous_acl.json http://localhost:8500/v1/acl/create?token=2ee647bd-bd69-4118-9f34-b9a6e9e60746
echo "consul_anonymous_acl installed"
curl -X PUT -d @`dirname $0`/../../test/resources/consul_acl/consul_discovery_client_acl.json http://localhost:8500/v1/acl/create?token=2ee647bd-bd69-4118-9f34-b9a6e9e60746
echo "consul_discovery_client_acl installed"