Skip to content

Commit ad970e0

Browse files
committed
chore(operator): update pre-commit hook command
1 parent c0114d1 commit ad970e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "Changes detected to Operator Model. Generating install.yaml file..."
2020

2121
# Update the install.yaml file (regenerate it)
2222
cd operator
23-
make SKIP_TESTS=true build INSTALL_FILE=install/install.yaml dist-install-file > /dev/null 2>&1
23+
make SKIP_TESTS=true build IMAGE_TAG=latest-snapshot INSTALL_FILE=install/install.yaml dist-install-file > /dev/null 2>&1
2424

2525
# Capture the exit code of the command
2626
EXIT_CODE=$?

0 commit comments

Comments
 (0)