From fa8e08158492d64e8def8672a45f1fd22e7c5e58 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Sat, 12 Apr 2025 21:09:10 +0300 Subject: [PATCH] fx workflow 9 --- .gitea/workflows/arch.yaml | 6 +++--- .gitea/workflows/demo.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml index b306e8e..5939f16 100644 --- a/.gitea/workflows/arch.yaml +++ b/.gitea/workflows/arch.yaml @@ -20,9 +20,9 @@ jobs: - name: Downloading continue-on-error: true run: useradd -b${{gitea.basedir}} -d${{gitea.basedir}}/builder -g users -m builder - 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/PKGBUILD + - 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/PKGBUILD - run: su - builder -c makepkg - run: echo "🍏 This job's status is ${{ gitea.job.status }}." diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f97bbd2..133467a 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -15,6 +15,6 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.basedir }} && pwd - run: printenv + - run: printenv - run: echo "🍏 This job's status is ${{ gitea.job.status }}."