Skip to content

Commit

Permalink
no needed arg
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Jun 8, 2024
1 parent 41e80cb commit ff9a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ function install_operator() {
# To compile current branch
echo "Compiling Current Branch Sidecar"
SIDECAR_TAG=minio/operator-sidecar:noop
(cd "${SCRIPT_DIR}/../sidecar" && try docker build -t $SIDECAR_TAG -f .) # will not change your shell's current directory
(cd "${SCRIPT_DIR}/../sidecar" && try docker build -t $SIDECAR_TAG .) # will not change your shell's current directory

echo 'start - load compiled sidecar image so we can use it later on'
try kind load docker-image $SIDECAR_TAG
Expand Down

0 comments on commit ff9a020

Please sign in to comment.