archpkgs/meshlab/.travis_deploy.sh
Gabriel Ebner 1f05f8f9c0 git subrepo clone https://aur.archlinux.org/meshlab
subrepo:
  subdir:   "meshlab"
  merged:   "409d551"
upstream:
  origin:   "https://aur.archlinux.org/meshlab"
  branch:   "master"
  commit:   "409d551"
git-subrepo:
  version:  "0.4.1"
  origin:   "???"
  commit:   "???"
2020-12-26 19:09:30 +01:00

9 lines
285 B
Bash

. PKGBUILD
git clone https://$GITHUB_ACCESS_TOKEN@github.com/bartoszek/AUR-repo.git
cd AUR-repo
cp $TRAVIS_BUILD_DIR/$pkgname-$pkgver*.pkg.tar.xz $(pwd)
git add $pkgname-$pkgver*.pkg.tar.xz
git status
git commit -a -m "$pkgname $pkgver" -m "build_log: $TRAVIS_BUILD_WEB_URL"
git push