summarylogtreecommitdiffstats
path: root/.drone.yml
blob: 348e65613f8ac6ff7df30fa4cfc265a8ca68310c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pipeline:
  build:
    image: archlinux/makepkg
    pull: true
    makepkg_flags: "--skippgpcheck"
    volumes:
      - /etc/makepkg.conf:/etc/makepkg.conf
      - /etc/pacman.d/gnupg/gpg.conf:/etc/pacman.d/gnupg/gpg.conf

  repoadd:
    image: archlinux/repoadd
    pull: true
    when:
      branch: master
    override_files: "linux-ath-dfs*.zst"
    repo_name: archrepo
    repo_ownerid: 972
    repo_groupid: 971
    volumes:
      - /home/woodpecker/archrepo/:/repo/