Skip to content

Commit

Permalink
Run the securityadmin demo script as part of make up
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Jan 6, 2020
1 parent 312dfe7 commit 9021484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -749,9 +749,9 @@ logs:

# Start all Lagoon Services
up:
IMAGE_REPO=$(CI_BUILD_TAG) docker-compose -p $(CI_BUILD_TAG) up -d api-db
sleep 20
IMAGE_REPO=$(CI_BUILD_TAG) docker-compose -p $(CI_BUILD_TAG) up -d
sleep 20
while ! docker exec "$$(docker-compose -p $(CI_BUILD_TAG) ps -q logs-db)" ./securityadmin_demo.sh; do sleep 5; done

down:
IMAGE_REPO=$(CI_BUILD_TAG) docker-compose -p $(CI_BUILD_TAG) down -v
Expand Down

0 comments on commit 9021484

Please sign in to comment.