-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(CI): remove inputplumber-git aur updating
- Loading branch information
1 parent
ef855df
commit b879aee
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,20 +138,3 @@ jobs: | |
git add .SRCINFO PKGBUILD | ||
git commit -m "Update to $(grep '^pkgver=' PKGBUILD | cut -d'=' -f2)" | ||
git push origin master | ||
- name: Checkout AUR git | ||
run: git clone ssh://[email protected]/inputplumber-git.git | ||
|
||
- name: Build git package | ||
working-directory: inputplumber-git | ||
run: make in-docker | ||
|
||
- name: Commit and publish git package | ||
shell: bash | ||
working-directory: inputplumber-git | ||
run: | | ||
git config user.name "github-actions[bot]" | ||
git config user.email "shadowblip+github-actions[bot]@users.noreply.github.com" | ||
git add .SRCINFO PKGBUILD | ||
git commit -m "Update to $(grep '^pkgver=' PKGBUILD | cut -d'=' -f2)" | ||
git push origin master |