From d35f5f1d54244dc7d4bb217938d2f735e5164e24 Mon Sep 17 00:00:00 2001 From: Lukas Plevac Date: Sat, 19 Oct 2024 16:32:21 +0200 Subject: [PATCH] testing --- .gitea/workflows/gitea-ci.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 307596d..9540b99 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -7,16 +7,17 @@ jobs: runs-on: ubuntu-latest steps: - name: Run the build process with Docker - uses: https://github.com/addnab/docker-run-action@v3 + uses: addnab/docker-run-action@v3 with: image: archlinux:latest - options: --volumes-from ${{ env.JOB_CONTAINER_NAME }} + options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} run: | - gpg --refresh-keys - pacman-key --init && pacman-key --populate - pacman-key --refresh-keys - pacman -Syyu --noconfirm archiso + #gpg --refresh-keys + #pacman-key --init && pacman-key --populate + #pacman-key --refresh-keys + #pacman -Syyu --noconfirm archiso cd ${{ github.workspace }} + ls ./build - name: Upload builded iso