test3
Build and Publish RPM / build-and-publish (push) Failing after 2s

This commit is contained in:
2025-10-02 16:42:56 +02:00
parent 4e46c7b156
commit d82905fb6a
+1 -1
View File
@@ -30,7 +30,7 @@ token=${ACCESSTOKEN:-}
if [ -n "$token" ]; then
curl -L \
-H "Authorization: token $token" \
-o %{_topdir}/SOURCES/bash-%{version}.tar.gz \
-o SOURCES/bash-%{version}.tar.gz \
"https://gitea.psi.ch/Pmodules/bash/archive/bash-%{version}.tar.gz"
fi
%setup -q -n bash-%{version}