DevOps
This commit is contained in:
@@ -51,8 +51,8 @@ jobs:
|
||||
distribution: "adopt"
|
||||
- name: Building
|
||||
run: |
|
||||
./gradlew ${{ input.gradle_target }} --no-daemon -x cyclonedxBom \
|
||||
-Dtest.env=${{ input.test_env }}
|
||||
echo 'Executing ${{ input.gradle_target }} on env ${{ input.test_env }}'
|
||||
./gradlew "${{ input.gradle_target }}" --no-daemon -x cyclonedxBom "-Dtest.env=${{ input.test_env }}"
|
||||
- name: 'Cleanup'
|
||||
if: always()
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user