File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
vetiver-testing/setup-rsconnect Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,6 @@ RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json
171
171
dev :
172
172
docker-compose up -d
173
173
docker-compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh
174
- # curl fails with error 52 without a short sleep....
175
- sleep 5
176
- curl -s --retry 10 --retry-connrefused http://localhost:3939
177
174
python vetiver-testing/setup-rsconnect/dump_api_keys.py $(RSC_API_KEYS )
178
175
179
176
dev-stop :
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ DefaultUserRole = publisher
13
13
14
14
[Python]
15
15
Enabled = true
16
- Executable = /opt/python/3.8.10 /bin/python
17
- Executable = /opt/python/3.9.5 /bin/python
16
+ Executable = /opt/python/3.8.17 /bin/python
17
+ Executable = /opt/python/3.9.17 /bin/python
18
18
19
19
[RPackageRepository "CRAN"]
20
20
URL = https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
You can’t perform that action at this time.
0 commit comments