Compare commits
5 Commits
cf06837224
...
25448fff44
Author | SHA1 | Date | |
---|---|---|---|
25448fff44 | |||
831f9ec9a5 | |||
b4c27f8a9b | |||
a7d1c08f90 | |||
2342984de5 |
@ -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 }}."
|
||||||
|
Loading…
Reference in New Issue
Block a user