From 9c4a7fc45c6fbbf4419fc7dd2afab57576c9ed2f Mon Sep 17 00:00:00 2001 From: Alex Prudencio Date: Mon, 23 Sep 2024 20:18:25 -0400 Subject: [PATCH] fix build --- .gitea/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8f42597..aa00b06 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,11 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: checkout main - uses: actions/checkout@v4 - with: - ref: main - name: Build package run: | - ./mvnw clean package -Pproduction + git clone https://git.primefactorsolutions.com/PFS/pfs-intra.git && cd pfs-intra && ./mvnw clean package -Pproduction - run: echo "This job's status is ${{ job.status }}."