Skip to content

Commit 359fd1e

Browse files
committed
try waiting a bit
1 parent 1a1ae59 commit 359fd1e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,8 @@ promote-docs-in-s3:
156156
RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json
157157

158158
dev:
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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)