We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0114d1 commit ad970e0Copy full SHA for ad970e0
.githooks/pre-commit
@@ -20,7 +20,7 @@ echo "Changes detected to Operator Model. Generating install.yaml file..."
20
21
# Update the install.yaml file (regenerate it)
22
cd operator
23
-make SKIP_TESTS=true build INSTALL_FILE=install/install.yaml dist-install-file > /dev/null 2>&1
+make SKIP_TESTS=true build IMAGE_TAG=latest-snapshot INSTALL_FILE=install/install.yaml dist-install-file > /dev/null 2>&1
24
25
# Capture the exit code of the command
26
EXIT_CODE=$?
0 commit comments