File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ check-kubernetes:
190
190
191
191
run-dev: check-nix check-kubernetes
192
192
# Install ops in release.yaml except the one that is installed by Tilt
193
- SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
194
- ./scripts/run-tests --log-level debug --skip-tests --skip-operator ${SHORT_OP_NAME}
195
- # Build and install the operator
193
+ SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
194
+ ./scripts/run-tests --log-level debug --skip-tests --skip-operator ${SHORT_OP_NAME}
195
+ # Build and install the operator
196
196
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators
197
197
198
198
stop-dev: check-nix check-kubernetes
You can’t perform that action at this time.
0 commit comments