We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fadaa commit e053f1aCopy full SHA for e053f1a
template/Makefile.j2
@@ -190,7 +190,7 @@ check-kubernetes:
190
191
run-dev: check-nix check-kubernetes
192
# Install ops in release.yaml except the one that is installed by Tilt
193
- SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
+ 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
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port {[5430 + operator_index}] --namespace stackable-operators
0 commit comments