We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf9306 commit 1813540Copy full SHA for 1813540
Makefile
@@ -5,7 +5,8 @@ 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
-URL="http://localhost:3000/api/${API_VERSION}/schemas"
+BASE_URL="http://localhost:3000"
9
+URL="${BASE_URL}/api/${API_VERSION}/schemas"
10
11
include ci_tests.mk
12
0 commit comments