test1
Build and Publish RPM / build-and-publish (push) Failing after 1s

This commit is contained in:
2025-10-02 17:06:36 +02:00
parent 608e6ea0aa
commit a9758eaca1
2 changed files with 7 additions and 12 deletions
-7
View File
@@ -25,13 +25,6 @@ incorporates useful features from the Korn shell (ksh) and the C shell
(csh). Most sh scripts can be run by bash without modification.
%prep
token=${ACCESSKEY:-}
if [ -n "$token" ]; then
curl -L \
-H "Authorization: token $token" \
-o %{_topdir}/SOURCES/bash-%{version}.tar.gz \
"https://gitea.psi.ch/Pmodules/bash/archive/bash-%{version}.tar.gz"
fi
%setup -q -n bash-%{version}
%build