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

This commit is contained in:
2025-10-02 16:44:03 +02:00
parent d82905fb6a
commit 487b79e208
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
export ACCESSTOKEN=${{ secrets.ACCESSTOKEN }}
curl -L \
-H "Authorization: token ${{ secrets.ACCESSTOKEN }}" \
-o %{_topdir}/SOURCES/bash-5.2.37.tar.gz \
-o SOURCES/bash-5.2.37.tar.gz \
"https://gitea.psi.ch/Pmodules/bash/archive/bash-5.2.37.tar.gz"
rpmbuild -ba Pmodules_bash.spec
+1 -1
View File
@@ -30,7 +30,7 @@ token=${ACCESSTOKEN:-}
if [ -n "$token" ]; then
curl -L \
-H "Authorization: token $token" \
-o SOURCES/bash-%{version}.tar.gz \
-o %{_topdir}/SOURCES/bash-%{version}.tar.gz \
"https://gitea.psi.ch/Pmodules/bash/archive/bash-%{version}.tar.gz"
fi
%setup -q -n bash-%{version}