Skip to content

Commit

Permalink
change condition
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <[email protected]>
  • Loading branch information
Jdubrick committed Jun 13, 2024
1 parent 8cf6b5e commit 56df475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/openshift_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DEFAULT_ARCH="amd64"

# Check if different architecture was passed for image build
# Will default to $DEFAULT_ARCH if unset
if [ ! -z "$1" ]
if [ $# -gt 0 ]
then
arch="$1"
else
Expand Down

0 comments on commit 56df475

Please sign in to comment.