Skip to content

Commit

Permalink
update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jun 30, 2020
1 parent 8665f91 commit 34d805d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ job:
- git fetch
- var=$(git describe --tags)
- version=${var:1}
- exists=$(git ls-remote --heads origin f-droid)
- if [[ -z $exists ]]; then
- git push "https://${GITLAB_USER_LOGIN}:${PERSONAL_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" --delete f-droid
- fi
- git checkout -b f-droid
- sed -i "s#versionCode appVersionCode#versionCode $version#" app/build.gradle
- sed -i "s#versionName appVersionName#versionName $version#" app/build.gradle
Expand Down

0 comments on commit 34d805d

Please sign in to comment.