Skip to content

Commit

Permalink
fix(integration): change path to new local bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoclaudio committed Jul 16, 2022
1 parent c575a07 commit 57d477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/localkube-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ main() {

make build/plugin/rpaasv2

RPAAS_PLUGIN_BIN=$(pwd)/build/_output/bin/rpaasv2 \
RPAAS_PLUGIN_BIN=$(pwd)/bin/rpaasv2 \
RPAAS_API_ADDRESS="http://127.0.0.1:${local_rpaas_api_port}" \
RPAAS_OPERATOR_INTEGRATION=1 \
go test -v ./test/...
Expand Down

0 comments on commit 57d477e

Please sign in to comment.