fx workflow 11
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 30s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 30s
This commit is contained in:
parent
2fbe1d3e54
commit
7486b9c141
@ -19,9 +19,8 @@ jobs:
|
|||||||
- name: Downloading
|
- name: Downloading
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: useradd -b${{gitea.basedir}} -d${{gitea.basedir}}/builder -g users -m builder
|
run: useradd -b${{gitea.basedir}} -d${{gitea.basedir}}/builder -g users -m builder
|
||||||
- run: echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
- run: echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
- run: su - builder -c curl -O http://zxprj:3001/zx/bforce/raw/branch/zx/archlinux/bforce.install
|
- run: su - builder -c curl -O http://zxprj:3001/zx/bforce/raw/branch/zx/archlinux/bforce.install
|
||||||
- run: su - builder -c curl -O http://zxprj:3001/zx/bforce/raw/branch/zx/archlinux/PKGBUILD
|
- run: su - builder -c curl -O http://zxprj:3001/zx/bforce/raw/branch/zx/archlinux/PKGBUILD
|
||||||
- run: su - builder -c makepkg
|
- run: su - builder -c makepkg
|
||||||
- run: echo "🍏 This job's status is ${{ github.state }}."
|
- run: echo "🍏 This job's status is ${{ github.state }}."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user