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