File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ integration:
1919 tox -e localdeps -- --compute-config integration
2020local_with_dev_sdk :
2121 @if [ -z " ${COMPUTE_LOCAL_ENDPOINT_ID} " ]; then echo " Missing exported COMPUTE_LOCAL_ENDPOINT_ID" ; exit 1; fi
22- tox -e localdeps -- --compute-config local
22+ tox -e localdeps -- --compute-config local --local-compute-services
2323local_with_published_sdk :
2424 @if [ -z " ${COMPUTE_LOCAL_ENDPOINT_ID} " ]; then echo " Missing exported COMPUTE_LOCAL_ENDPOINT_ID" ; exit 1; fi
25- tox -- --compute-config local
25+ tox -- --compute-config local --local-compute-services
Original file line number Diff line number Diff line change 7474 },
7575 "local" : {
7676 # localhost; typical defaults for a helm deploy
77- "client_args" : {"environment" : "local " },
77+ "client_args" : {"environment" : "sandbox " },
7878 "public_hello_fn_uuid" : _LOCAL_FUNCTION_ID ,
7979 "endpoint_uuid" : _LOCAL_ENDPOINT_ID ,
8080 },
You can’t perform that action at this time.
0 commit comments