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