kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fixing CI by remote control is so tedious!
rodzic
8e1a31f128
commit
64cfa8675a
|
@ -19,9 +19,10 @@ jobs:
|
||||||
mapboxtoken: ${{ secrets.mapboxtoken }}
|
mapboxtoken: ${{ secrets.mapboxtoken }}
|
||||||
run: |
|
run: |
|
||||||
# not yet needed echo $gservices > ./app/google-services.json
|
# not yet needed echo $gservices > ./app/google-services.json
|
||||||
|
rm ./app/google-services.json
|
||||||
cp ./app/google-services-example.json ./app/google-services.json
|
cp ./app/google-services-example.json ./app/google-services.json
|
||||||
|
|
||||||
rm ./app/google-services.json
|
rm ./app/src/main/res/values/mapbox-token.xml
|
||||||
cp ./app/special/mapbox-token.xml ./app/src/main/res/values/
|
cp ./app/special/mapbox-token.xml ./app/src/main/res/values/
|
||||||
# The following would not be valid XML, don't use yet
|
# The following would not be valid XML, don't use yet
|
||||||
# echo $mapboxtoken > ./app/src/main/res/values/mapbox-token.xml
|
# echo $mapboxtoken > ./app/src/main/res/values/mapbox-token.xml
|
||||||
|
|
Ładowanie…
Reference in New Issue