File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ jobs:
156156 python -m pip install '.[test]'
157157 - name : Run RStudio Connect
158158 run : |
159- docker compose up --build -d
160159 pip freeze > requirements.txt
161160 make dev
162161 env :
Original file line number Diff line number Diff line change @@ -156,9 +156,8 @@ promote-docs-in-s3:
156156RSC_API_KEYS =vetiver-testing/rsconnect_api_keys.json
157157
158158dev :
159- docker compose up -d
160- # Docker compose needs a little time to start up
161- sleep 4
159+ docker compose up --build -d
160+ sleep 30
162161 docker compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh
163162 python vetiver-testing/setup-rsconnect/dump_api_keys.py $(RSC_API_KEYS )
164163
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ services:
1414 privileged : true
1515 environment :
1616 RSTUDIO_CONNECT_HASTE : " enabled"
17- RSC_LICENSE : ${RSC_LICENSE}
17+ CONNECT_LICENSE : ${RSC_LICENSE}
You can’t perform that action at this time.
0 commit comments