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

This commit is contained in:
2025-10-02 16:48:00 +02:00
parent f5e3f6c459
commit bc2dd49e2e
+1 -2
View File
@@ -27,10 +27,9 @@ jobs:
# rpmbuild -ba Pmodules_modules.spec
# spectool -g -R Pmodules_bash.spec
export ACCESSTOKEN=${{ secrets.ACCESSTOKEN }}
mkdir SOURCES
curl -L \
-H "Authorization: token ${{ secrets.ACCESSTOKEN }}" \
-H "Authorization: token ${{ secrets.ACCESSKEY }}" \
-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