Skip to content

Commit 4e9729d

Browse files
author
Kevin Gartland
committed
remove curl?
1 parent d3e4ad7 commit 4e9729d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ dev:
172172
docker-compose up -d
173173
docker-compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh
174174
# curl fails with error 52 without a short sleep....
175-
sleep 5
176-
curl -s --retry 10 --retry-connrefused http://localhost:3939
175+
# sleep 5
176+
# curl -s --retry 10 --retry-connrefused http://localhost:3939
177177
python vetiver-testing/setup-rsconnect/dump_api_keys.py $(RSC_API_KEYS)
178178

179179
dev-stop:

0 commit comments

Comments
 (0)