Reviewing update process of pipeline.
This commit is contained in:
parent
0ea1e04bb9
commit
63e9ff6921
@ -5,14 +5,10 @@ jobs:
|
|||||||
pkgbuild:
|
pkgbuild:
|
||||||
runs-on: archlinux
|
runs-on: archlinux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Refreshing packages
|
||||||
uses: actions/checkout@v2
|
run: /paruw.sh "paru -Syy"
|
||||||
- name: Fix permissions
|
|
||||||
run: /fixperms.sh
|
|
||||||
- name: Refresh packages
|
|
||||||
run: pacman -Syy
|
|
||||||
- name: Installing packaged keyring
|
- name: Installing packaged keyring
|
||||||
run: /paruw.sh "paru -S archlinux-keyring"
|
run: /paruw.sh "paru -S --noconfirm archlinux-keyring"
|
||||||
- name: Create master keyring
|
- name: Create master keyring
|
||||||
run: pacman-key --init --allow-weak-key-signatures
|
run: pacman-key --init --allow-weak-key-signatures
|
||||||
- name: Populate master keyring
|
- name: Populate master keyring
|
||||||
@ -25,6 +21,10 @@ jobs:
|
|||||||
run: rankmirror -n 5 /etc/pacman.d/mirrorlist
|
run: rankmirror -n 5 /etc/pacman.d/mirrorlist
|
||||||
- name: Ri-refreshing packages
|
- name: Ri-refreshing packages
|
||||||
run: /paruw.sh "paru -Syy"
|
run: /paruw.sh "paru -Syy"
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Fix permissions
|
||||||
|
run: /fixperms.sh
|
||||||
- name: Compile package
|
- name: Compile package
|
||||||
run: /paruw.sh "paru -Bi --noconfirm ${{ gitea.workspace }}"
|
run: /paruw.sh "paru -Bi --noconfirm ${{ gitea.workspace }}"
|
||||||
- name: Setup go for publishing
|
- name: Setup go for publishing
|
||||||
|
Loading…
Reference in New Issue
Block a user