Skip to content
Snippets Groups Projects
Commit 807cd159 authored by Taras's avatar Taras
Browse files

Set git config global

parent b232588b
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ buildAndPushFdroid:
- ./gradlew assembleFdroidRelease
- apt-get update -qy && apt-get upgrade -qy
- apt-get install -y git
- git config user.email "taras@futo.org"
- git config user.name "ci-bot"
- git config --global user.email "taras@futo.org"
- git config --global user.name "ci-bot"
- echo "Push build to master"
- git remote set-url origin https://gitlab-ci-token:${GITLAB_ACCESS_TOKEN}@gitlab.futo.org/circles/circles-android.git
- git add -f app/build/outputs/apk/fdroid/release/circles-$CI_COMMIT_TAG-fdroid-release.apk
......
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