From cd5469b638d4eaaae1fccede53ce81ee9aa6b1db Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Jul 2024 10:16:31 +0200 Subject: [PATCH] create new pipeline and build file for minimal EE --- .gitea/workflows/gitea-actions-minimal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions-minimal.yaml b/.gitea/workflows/gitea-actions-minimal.yaml index 4f599ca..b4d5919 100644 --- a/.gitea/workflows/gitea-actions-minimal.yaml +++ b/.gitea/workflows/gitea-actions-minimal.yaml @@ -34,7 +34,7 @@ jobs: run: ansible-builder create -f minimal-environment.yml -c context-minimal - name: List files in the repository run: | - ls ${{ gitea.workspace }} + ls ${{ gitea.workspace }}/context-minimal - name: Login to the Container registry uses: docker/login-action@v2 with: