Skip to content

Commit

Permalink
Separate commands in CI/CD build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 7, 2023
1 parent f566b51 commit e81ed7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-43x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e81ed7f

Please sign in to comment.