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 30879c4 commit a5b6730Copy full SHA for a5b6730
tool/github.sh
@@ -86,14 +86,17 @@ elif [ "VERIFY_BOT" = "$BOT" ] ; then
86
echo "Check on space before verifyPlugin for 243\n"
87
df -h
88
./gradlew verifyPlugin -PsingleIdeVersion=243
89
+ ./gradlew clean
90
91
echo "Check on space before verifyPlugin for 251\n"
92
93
./gradlew verifyPlugin -PsingleIdeVersion=251
94
95
96
echo "Check on space before verifyPlugin for 252\n"
97
98
./gradlew verifyPlugin -PsingleIdeVersion=252
99
100
101
elif [ "INTEGRATION_BOT" = "$BOT" ]; then
102
# Run the integration tests
0 commit comments