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

This commit is contained in:
2025-10-02 16:50:32 +02:00
parent bc2dd49e2e
commit 760b1a0028
2 changed files with 3 additions and 7 deletions
+2 -5
View File
@@ -27,11 +27,8 @@ jobs:
# rpmbuild -ba Pmodules_modules.spec
# spectool -g -R Pmodules_bash.spec
mkdir SOURCES
curl -L \
-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"
export ACCESSKEY="${{ secrets.ACCESSKEY }}"
rpmbuild -ba Pmodules_bash.spec
# list generated rpms
+1 -2
View File
@@ -25,8 +25,7 @@ incorporates useful features from the Korn shell (ksh) and the C shell
(csh). Most sh scripts can be run by bash without modification.
%prep
%setup -q -n bash-%{version}
token=${ACCESSTOKEN:-}
token=${ACCESSKEY:-}
if [ -n "$token" ]; then
curl -L \
-H "Authorization: token $token" \