mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +08:00
Remove logging
This commit is contained in:
parent
d2057c9655
commit
4af53cf3c5
@ -53,7 +53,6 @@ runs:
|
|||||||
- name: Check no setup-gradle
|
- name: Check no setup-gradle
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Test: ${GRADLE_BUILD_ACTION_SETUP_COMPLETED}"
|
|
||||||
if [ -n "${GRADLE_BUILD_ACTION_SETUP_COMPLETED}" ]; then
|
if [ -n "${GRADLE_BUILD_ACTION_SETUP_COMPLETED}" ]; then
|
||||||
echo "The dependency-submission action cannot be used in the same Job as the setup-gradle action. Please use a separate Job for dependency submission."
|
echo "The dependency-submission action cannot be used in the same Job as the setup-gradle action. Please use a separate Job for dependency submission."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user