Skip to content

Commit

Permalink
bring up swaggercodegen-service-provider-api local env by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Sep 15, 2018
1 parent c9d1fbd commit cbd59ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
PROVIDER_NAME?=""
TF_CMD?="plan"

EXAMPLE_API?=swaggercodegen-service-provider-api

TF_INSTALLED_PLUGINS_PATH="$(HOME)/.terraform.d/plugins"

TEST_PACKAGES?=$$(go list ./... | grep -v "examples\|vendor\|integration")
Expand Down Expand Up @@ -70,7 +72,7 @@ local-env-down: fmt
# make local-env
local-env: fmt
@echo "[INFO] Bringing up local environment"
@docker-compose -f ./build/docker-compose.yml up -d --build --force-recreate
@docker-compose -f ./build/docker-compose.yml up -d --build --force-recreate $(EXAMPLE_API)

# [TF_CMD=apply] make run-terraform-example-swaggercodegen
run-terraform-example-swaggercodegen: build pre-requirements
Expand Down

0 comments on commit cbd59ab

Please sign in to comment.