fix PR workflow
All checks were successful
Builder / Build-Project (push) Successful in 2m8s

This commit is contained in:
alex 2024-09-26 22:08:02 -04:00
parent 439c1f135d
commit 2342984de5

View File

@ -10,5 +10,5 @@ jobs:
- name: Build PR - name: Build PR
if: gitea.base_ref == 'main' if: gitea.base_ref == 'main'
run: | run: |
git clone --single-branch --branch ${{ gitea.head_ref }} https://git.primefactorsolutions.com/PFS/pfs-intra.git && cd pfs-intra && ./mvnw clean package -Pproduction git clone --single-branch --branch "${{ gitea.head_ref }}" https://git.primefactorsolutions.com/PFS/pfs-intra.git && cd pfs-intra && ./mvnw clean package -Pproduction
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."