docker: Actually prepopulate go cache

This commit is contained in:
Simon Frei 2021-02-02 19:02:07 +01:00
parent 57f9275772
commit 15d0e0e5e6
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ done
echo "Prepopulating gradle and go build/pkg cache"
git clone https://github.com/syncthing/syncthing-android
cd syncthing-android
./gradlew --no-daemon lint
./gradlew --no-daemon lint buildNative
cd ..
rm -rf syncthing-android