Separate commands in CI/CD build workflow

This commit is contained in:
Mahmoud Ben Hassine
2023-12-07 15:54:38 +01:00
parent f566b51584
commit e81ed7f280

View File

@@ -36,5 +36,6 @@ jobs:
- name: Build the project and Deploy to Artifactory
run: |
jf gradle build install artifactoryPublish --parallel --stacktrace --info
jf gradle build install --parallel
jf gradle artifactoryPublish --debug
jf rt build-publish