Skip to content
Snippets Groups Projects
Commit 5c2708ec authored by Taras's avatar Taras
Browse files

Fix adding file to fdroid repo

parent fdcdcdc8
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ buildAndPushFdroid:
- git clone https://gitlab-ci-token:${FDROID_REPO_GITLAB_ACCESS_TOKEN}@gitlab.futo.org/circles/circles-fdroid-repo.git
- cp circles-android/circles-$CI_COMMIT_TAG-fdroid-release.apk circles-fdroid-repo/fdroid/repo
- cd circles-fdroid-repo
- git add -f circles-$CI_COMMIT_TAG-fdroid-release.apk
- git add -f fdroid/repo/circles-$CI_COMMIT_TAG-fdroid-release.apk
- git commit -m "Add F-Droid release apk $CI_COMMIT_TAG"
- git push origin HEAD:main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment