Skip to content

Commit 56df475

Browse files
committed
change condition
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent 8cf6b5e commit 56df475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/openshift_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DEFAULT_ARCH="amd64"
3939

4040
# Check if different architecture was passed for image build
4141
# Will default to $DEFAULT_ARCH if unset
42-
if [ ! -z "$1" ]
42+
if [ $# -gt 0 ]
4343
then
4444
arch="$1"
4545
else

0 commit comments

Comments
 (0)