default *.spec
This commit is contained in:
parent
99ed1fb8c9
commit
b22424d290
|
@ -17,7 +17,7 @@ PYPI_INDEX_URL=$3
|
||||||
|
|
||||||
WORKDIR=${SRCDIR:-/src}
|
WORKDIR=${SRCDIR:-/src}
|
||||||
|
|
||||||
SPEC_FILE="${SRCDIR}/${4}"
|
SPEC_FILE=${4:-*.spec}
|
||||||
|
|
||||||
python -m pip install --upgrade pip wheel setuptools
|
python -m pip install --upgrade pip wheel setuptools
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue