mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
redirect errors to devnull
This commit is contained in:
parent
eee2a46be8
commit
6912030cc6
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "*********************************** Reading the Gradle Cache: ****************************************"
|
echo "*********************************** Reading the Gradle Cache: ****************************************"
|
||||||
ls -la ~/.gradle
|
ls -la ~/.gradle 2>/dev/null
|
||||||
|
echo "******************************************************************************************************"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "*********************************** Updating the Gradle Cache: ****************************************"
|
echo "*********************************** Updating the Gradle Cache: ****************************************"
|
||||||
ls -la ~/.gradle
|
ls -la ~/.gradle 2>/dev/null
|
||||||
|
echo "*******************************************************************************************************"
|
||||||
|
Loading…
Reference in New Issue
Block a user