image: uber/android-build-environment
pipelines:
branches:
operation-secret:
- step:
caches:
- custom
script:
- mkdir "${ANDROID_HOME}/licenses" || true
- export GOOGLE_APPLICATION_CREDENTIALS=$PWD/appengine-backend/src/main/webapp/WEB-INF/village-test.json
- echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > "${ANDROID_HOME}/licenses/android-sdk-license"
- mkdir -p dependencies
- cd core-lib
- ../gradlew build --gradle-user-home ../dependencies
- cd ..
- du -s ./dependencies
definitions:
caches:
custom: dependencies
In above bitbucket pipeline, I expect in "dependencies" folder
relative to clone directory, dependencies getting cached.
But I do not see updated size in bitbucket caches size.
In next build, build is again downloading all dependencies.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.