Remove debug logs from CI/CD build workflow

This commit is contained in:
Mahmoud Ben Hassine
2023-12-07 17:41:46 +01:00
parent e81ed7f280
commit cf04d810cd

View File

@@ -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