RSA fingerprint change every time a new build is started

前端 未结 1 767
死守一世寂寞
死守一世寂寞 2021-01-25 04:31

I have a CI pipeline to build my android app and run instrumented test using gitlab pipelines. My gitlab runner is a ubuntu 16.04 machine running each build in a docker containe

相关标签:
1条回答
  • 2021-01-25 04:44

    Make contents of $HOME/.android/adbkey and $HOME/.android/adbkey.pub persistent between the runs by mapping the folder or just re-creating the files inside every container instance.

    0 讨论(0)
提交回复
热议问题