Skip to content

Commit

Permalink
Remove debug logs from 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 e81ed7f commit cf04d81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration-43x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ jobs:
- name: Build the project and Deploy to Artifactory
run: |
jf gradle build install --parallel
jf gradle artifactoryPublish --debug
jf gradle build install artifactoryPublish
jf rt build-publish

0 comments on commit cf04d81

Please sign in to comment.