Skip to content

Commit d4d270c

Browse files
committed
feat: Example URL for generating api-client from PROD
1 parent de923e7 commit d4d270c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ NO_CLIENT_GD_PROJECTS_ABS = $(filter-out %client, $(wildcard $(CURDIR)/*gooddata
55
NO_CLIENT_GD_PROJECTS_DIRS = $(foreach dir, $(NO_CLIENT_GD_PROJECTS_ABS), $(notdir $(dir)))
66
# TODO: replace API_VERSION in the future by call to API
77
API_VERSION="v1"
8+
# Generate from localhost
89
BASE_URL="http://localhost:3000"
10+
# Generate from PROD
11+
# BASE_URL="https://demo-cicd.cloud.gooddata.com"
912
URL="${BASE_URL}/api/${API_VERSION}/schemas"
1013

1114
include ci_tests.mk

0 commit comments

Comments
 (0)