Skip to content

Commit 5493436

Browse files
committed
change condition
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
1 parent c248083 commit 5493436

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
@@ -36,7 +36,7 @@ DEFAULT_ARCH="amd64"
3636

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

0 commit comments

Comments
 (0)