Compare commits

..

4 Commits

Author SHA1 Message Date
cf06837224 fix readonly fields
Some checks failed
PR Builder / Build-PR (pull_request) Failing after 0s
2024-09-26 21:54:10 -04:00
5690879792 merge conflicts 2024-09-26 21:47:43 -04:00
76d2a99758 merged conflicts 2024-09-26 21:45:44 -04:00
e9d46848c7 Crear views para el modulo de documentos 2024-09-26 21:43:43 -04:00

View File

@ -10,5 +10,5 @@ jobs:
- name: Build PR
if: gitea.base_ref == 'main'
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 }}."