File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ elif [ "VERIFY_BOT" = "$BOT" ] ; then
8585
8686 echo " Check on space before verifyPlugin for 243\n"
8787 df -h
88- ./gradlew verifyPlugin -PsingleIdeVersion=243 --refresh-dependencies
88+ ./gradlew verifyPlugin -PsingleIdeVersion=243
8989
9090 echo " Check on space before verifyPlugin for 251\n"
9191 df -h
92- ./gradlew verifyPlugin -PsingleIdeVersion=251 --refresh-dependencies
92+ ./gradlew verifyPlugin -PsingleIdeVersion=251
9393
9494 echo " Check on space before verifyPlugin for 252\n"
9595 df -h
96- ./gradlew verifyPlugin -PsingleIdeVersion=252 --refresh-dependencies
96+ ./gradlew verifyPlugin -PsingleIdeVersion=252
9797
9898elif [ " INTEGRATION_BOT" = " $BOT " ]; then
9999 # Run the integration tests
You can’t perform that action at this time.
0 commit comments