Skip to content

Commit

Permalink
Merge pull request #815 from krakend/do_not_overwrite_schema_url_in_m…
Browse files Browse the repository at this point in the history
…akefile

do not overwrite schema url that is built inside cobra library
  • Loading branch information
taik0 authored Nov 9, 2023
2 parents 08e5956 + 55957ee commit 5f3d92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ build:
@go build -ldflags="-X github.com/luraproject/lura/v2/core.KrakendVersion=${VERSION} \
-X github.com/luraproject/lura/v2/core.GoVersion=${GOLANG_VERSION} \
-X github.com/luraproject/lura/v2/core.GlibcVersion=${GLIBC_VERSION} ${EXTRA_LDFLAGS} \
-X github.com/krakendio/krakend-cobra/v2.SchemaURL=https://www.krakend.io/schema/v${SCHEMA_VERSION}/krakend.json" \
-o ${BIN_NAME} ./cmd/krakend-ce
@echo "You can now use ./${BIN_NAME}"

Expand Down

0 comments on commit 5f3d92b

Please sign in to comment.