CI: Clone ::guru in extra step.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-08-22 19:27:58 +02:00
parent c5c3e9a29a
commit 98e11fad40
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 16 additions and 2 deletions

View File

@ -2,14 +2,28 @@ kind: pipeline
type: docker
name: check
volumes:
- name: guru
temp: {}
steps:
- name: Clone ::guru
image: alpine/git
volumes:
- name: guru
path: /drone/guru
commands:
- git clone https://github.com/gentoo-mirror/guru.git /drone/guru
- name: repoman
image: tastytea/repoman
pull: always
volumes:
- name: guru
path: /drone/guru
commands:
- mkdir /etc/portage/repos.conf
- echo -e '[guru]\nlocation = /var/db/repos/guru\nsync-type = git\nsync-uri = https://github.com/gentoo-mirror/guru.git' > /etc/portage/repos.conf/guru.conf
- emaint sync -r guru
- echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf
- repoman full --include-dev --xmlparse
# - name: pkgcheck