Skip to content

Commit

Permalink
revert congf
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Feb 9, 2023
1 parent e2e0d8a commit 17d1439
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 @@ -16,7 +16,7 @@
## this enables :dev tag for minio/operator container image.
CI="true"
export CI
ARCH=$({ case "$(uname -m)" in "x86_64") echo -n "amd64" ;; "aarch64") echo -n "arm64" ;; *) echo -n "$(uname -m)" ;; esac })
ARCH=`{ case "$(uname -m)" in "x86_64") echo -n "amd64";; "aarch64") echo -n "arm64";; *) echo -n "$(uname -m)";; esac; }`
OS=$(uname | awk '{print tolower($0)}')

# Set OPERATOR_DEV_TEST to skip downloading these dependencies
Expand Down

0 comments on commit 17d1439

Please sign in to comment.