From 6bb7cdab11957469d615453a30d69575fdc64e2e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jul 2024 16:49:13 +0200 Subject: [PATCH] test --- .gitea/workflows/gitea-actions-demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index 5e021f4..efa5a1c 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -20,6 +20,8 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + - name: ls in other directory + run: ls - run: ansible-builder create - run: ls context - run: docker buildx build -f context/ . --tag=git.hyperon.be/bram/ultimate-ee --no-cache --push --platform=linux/amd64