CI try 13
All checks were successful
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Successful in 52s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Successful in 1m4s
LMDBAL Release workflow / Release qt5 build to AUR (release) Successful in 26s
LMDBAL Release workflow / Release qt6 build to AUR (release) Successful in 23s
Main LMDBAL workfow / Release documentation (push) Successful in 21s
All checks were successful
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Successful in 52s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Successful in 1m4s
LMDBAL Release workflow / Release qt5 build to AUR (release) Successful in 26s
LMDBAL Release workflow / Release qt6 build to AUR (release) Successful in 23s
Main LMDBAL workfow / Release documentation (push) Successful in 21s
This commit is contained in:
parent
5670453314
commit
649d967963
@ -56,7 +56,7 @@ jobs:
|
|||||||
cd aur
|
cd aur
|
||||||
git config user.name ${{ secrets.DEPLOY_TO_AUR_USER_NAME }}
|
git config user.name ${{ secrets.DEPLOY_TO_AUR_USER_NAME }}
|
||||||
git config user.email ${{ secrets.DEPLOY_TO_AUR_EMAIL }}
|
git config user.email ${{ secrets.DEPLOY_TO_AUR_EMAIL }}
|
||||||
|
git checkout -b master || git checkout master
|
||||||
|
|
||||||
- name: Copy PKGBUILD to the directory
|
- name: Copy PKGBUILD to the directory
|
||||||
run: cp lmdbal/packaging/Archlinux/PKGBUILD aur/
|
run: cp lmdbal/packaging/Archlinux/PKGBUILD aur/
|
||||||
@ -77,4 +77,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git add PKGBUILD .SRCINFO
|
git add PKGBUILD .SRCINFO
|
||||||
git commit -m "${{ gitea.event.release.body }}"
|
git commit -m "${{ gitea.event.release.body }}"
|
||||||
GIT_SSH_COMMAND="ssh -i ../key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git push
|
GIT_SSH_COMMAND="ssh -i ../key -o 'IdentitiesOnly yes' -o 'StrictHostKeyChecking no'" git push origin master
|
||||||
|
Loading…
Reference in New Issue
Block a user