Privacy-preserving location sharing with end-to-end encryption coord.is
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Android CI build failures

- Create /root directory before ~/.ssh in CI container
- Remove unsupported SVG and unnecessary PNG from drawables

+4 -5
+4 -5
.tangled/workflows/android.yaml
··· 52 52 command: | 53 53 # Create minimal passwd entry for container 54 54 echo "root:x:0:0:root:/root:/bin/sh" >> /etc/passwd 55 - mkdir -p /root 55 + mkdir -p /root/.ssh 56 56 57 - mkdir -p ~/.ssh 58 - echo "$DEPLOY_SSH_KEY" > ~/.ssh/deploy_key 59 - chmod 600 ~/.ssh/deploy_key 57 + echo "$DEPLOY_SSH_KEY" > /root/.ssh/deploy_key 58 + chmod 600 /root/.ssh/deploy_key 60 59 61 60 # Upload APKs to staging with today's date 62 61 TODAY=$(date +%Y-%m-%d) 63 - rsync -avz -e "ssh -o StrictHostKeyChecking=accept-new -o ProxyCommand='nc -x 127.0.0.1:1055 %h %p' -i ~/.ssh/deploy_key" \ 62 + rsync -avz -e "ssh -o StrictHostKeyChecking=accept-new -o ProxyCommand='nc -x 127.0.0.1:1055 %h %p' -i /root/.ssh/deploy_key" \ 64 63 android/app/build/outputs/apk/release/*.apk \ 65 64 deploy@coord:/var/lib/coords/staging/$TODAY/