You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
In our build for each git push workflow on CI, we archive the build apk and the test results from Firebase. When the compilation of core/android fails, it will not generate the destination path to archive the files from and will generate a secondary error:
Deploy source path does not exist at the provided path: /bitrise/src/platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk
This is confusing since the actual error is found above in the logs. To make the experience better for contributors we should always create the directory so above only shows one error instead of 2.
@mapbox/android
The text was updated successfully, but these errors were encountered:
In our
build for each git push
workflow on CI, we archive the build apk and the test results from Firebase. When the compilation of core/android fails, it will not generate the destination path to archive the files from and will generate a secondary error:This is confusing since the actual error is found above in the logs. To make the experience better for contributors we should always create the directory so above only shows one error instead of 2.
@mapbox/android
The text was updated successfully, but these errors were encountered: