Now release to AUR as -git

This commit is contained in:
Abraham Toriz 2022-07-22 18:49:32 +08:00
parent 245d443199
commit 17657cc2a7
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
3 changed files with 20 additions and 20 deletions

View File

@ -107,24 +107,24 @@ deploy:arch-bin:
when: never
- if: $CI_COMMIT_TAG =~ /^v*/
# deploy:arch-git:
# stage: aur
# image: categulario/makepkg
# script:
# # setup ssh
# - mkdir -p ~/.ssh
# - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
# - eval $(ssh-agent -s)
# - ssh-add <(echo "$ARCH_PRIVATE_KEY")
# # setup git, because we'll commit
# - git config --global user.name "$COMMITER_NAME"
# - git config --global user.email "$COMMITER_EMAIL"
# # finally run the script
# - scripts/release-aur-git.sh
# rules:
# - if: $CI_COMMIT_BRANCH
# when: never
# - if: $CI_COMMIT_TAG =~ /^v*/
deploy:arch-git:
stage: aur
image: categulario/makepkg
script:
# setup ssh
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- eval $(ssh-agent -s)
- ssh-add <(echo "$ARCH_PRIVATE_KEY")
# setup git, because we'll commit
- git config --global user.name "$COMMITER_NAME"
- git config --global user.email "$COMMITER_EMAIL"
# finally run the script
- scripts/release-aur-git.sh
rules:
- if: $CI_COMMIT_BRANCH
when: never
- if: $CI_COMMIT_TAG =~ /^v*/
# pages:
# image: python:3.8-alpine

2
Cargo.lock generated
View File

@ -813,7 +813,7 @@ dependencies = [
[[package]]
name = "tiempo"
version = "1.2.3"
version = "1.2.4"
dependencies = [
"ansi_term 0.12.1",
"atty",

View File

@ -11,7 +11,7 @@ description = "A command line time tracker"
license = "GPL-3.0"
documentation = "https://gitlab.com/categulario/tiempo-rs"
homepage = "https://gitlab.com/categulario/tiempo-rs"
version = "1.2.3"
version = "1.2.4"
[dependencies]
clap = "2"