We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a0e32 commit 04d0d6fCopy full SHA for 04d0d6f
tool/github.sh
@@ -73,9 +73,17 @@ elif [ "UNIT_TEST_BOT" = "$BOT" ] ; then
73
74
elif [ "VERIFY_BOT" = "$BOT" ] ; then
75
# Run the verifier
76
+ echo "Check on space before verifyPluginProjectConfiguration\n"
77
+ df -h
78
./gradlew verifyPluginProjectConfiguration
79
+ echo "Check on space before verifyPluginStructure\n"
80
81
./gradlew verifyPluginStructure
82
+ echo "Check on space before verifyPluginSignature\n"
83
84
./gradlew verifyPluginSignature
85
+ echo "Check on space before verifyPlugin\n"
86
87
./gradlew verifyPlugin
88
89
elif [ "INTEGRATION_BOT" = "$BOT" ]; then
0 commit comments