Skip to content

Commit

Permalink
fix: [CI] build-broker-brokerpak masking errors (#878)
Browse files Browse the repository at this point in the history
[#185955999](https://www.pivotaltracker.com/story/show/185955999)

shell instruction will mask any error happening in GET_CSB command
such as errors resolving dependencies due to some network issue
  • Loading branch information
fnaranjo-vmw authored Sep 5, 2023
1 parent b8ee559 commit 0475221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ validate: build ## use the CSB to validate the buildpak
# fetching bits for cf push broker
.PHONY: cloud-service-broker
cloud-service-broker: go.mod ## build or fetch CSB binary
$(shell "$(GET_CSB)")
"$(GET_CSB)"

APP_NAME := $(or $(APP_NAME), cloud-service-broker-gcp)
DB_TLS := $(or $(DB_TLS), skip-verify)
Expand Down

0 comments on commit 0475221

Please sign in to comment.