Skip to content

Commit

Permalink
Revert "Turn off light-client-validation for localsecret target"
Browse files Browse the repository at this point in the history
This reverts commit 8f9e5dd.
  • Loading branch information
iKapitonau committed Jul 29, 2024
1 parent 1bc662e commit 62f9acf
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 @@ -269,7 +269,7 @@ check_get_go:
localsecret: check_get_go

DOCKER_BUILDKIT=1 docker build \
--build-arg FEATURES="${FEATURES},debug-print,random" \
--build-arg FEATURES="${FEATURES},debug-print,random,light-client-validation" \
--build-arg FEATURES_U=${FEATURES_U} \
--secret id=API_KEY,src=.env.local \
--secret id=SPID,src=.env.local \
Expand Down

0 comments on commit 62f9acf

Please sign in to comment.