Skip to content

Commit 334494e

Browse files
committed
Forcing refresh doesn't work
1 parent 5d6f7df commit 334494e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tool/github.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

9898
elif [ "INTEGRATION_BOT" = "$BOT" ]; then
9999
# Run the integration tests

0 commit comments

Comments
 (0)