Skip to content

Commit

Permalink
fix: renew anonymous volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Jun 6, 2024
1 parent d6b6fc5 commit 2eb5e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ up-%:
CONNECT_BOOTSTRAP_SECRETKEY=$(CONNECT_BOOTSTRAP_SECRETKEY) \
CONNECT_IMAGE_TAG=$(CONNECT_IMAGE_TAG) \
CONNECT_VERSION=$* \
$(DOCKER_COMPOSE) -p $(NAME)-$(subst .,-,$(CONNECT_VERSION)) up --abort-on-container-exit --build
$(DOCKER_COMPOSE) -p $(NAME)-$(subst .,-,$(CONNECT_VERSION)) up -V --abort-on-container-exit --build

# Show help message.
help:
Expand All @@ -108,4 +108,4 @@ help:
# Typically call from docker-compose.yaml. Assumes Connect server is running
# on local network.
test:
CONNECT_API_KEY="$(shell rsconnect bootstrap -i -s http://connect:3939 --raw)" $(PYTHON) -m pytest
CONNECT_VERSION=${CONNECT_VERSION} CONNECT_API_KEY="$(shell rsconnect bootstrap -i -s http://connect:3939 --raw)" $(PYTHON) -m pytest

0 comments on commit 2eb5e59

Please sign in to comment.