We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de923e7 commit d4d270cCopy full SHA for d4d270c
1 file changed
Makefile
@@ -5,7 +5,10 @@ NO_CLIENT_GD_PROJECTS_ABS = $(filter-out %client, $(wildcard $(CURDIR)/*gooddata
5
NO_CLIENT_GD_PROJECTS_DIRS = $(foreach dir, $(NO_CLIENT_GD_PROJECTS_ABS), $(notdir $(dir)))
6
# TODO: replace API_VERSION in the future by call to API
7
API_VERSION="v1"
8
+# Generate from localhost
9
BASE_URL="http://localhost:3000"
10
+# Generate from PROD
11
+# BASE_URL="https://demo-cicd.cloud.gooddata.com"
12
URL="${BASE_URL}/api/${API_VERSION}/schemas"
13
14
include ci_tests.mk
0 commit comments