From b22424d290db8e3ea4b7f7b86a848b53131f7796 Mon Sep 17 00:00:00 2001 From: Biplob SD <43641536+biplobsd@users.noreply.github.com> Date: Thu, 25 Jun 2020 17:35:29 +0600 Subject: [PATCH] default *.spec --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2d877c9..06ef8a0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ PYPI_INDEX_URL=$3 WORKDIR=${SRCDIR:-/src} -SPEC_FILE="${SRCDIR}/${4}" +SPEC_FILE=${4:-*.spec} python -m pip install --upgrade pip wheel setuptools