Update '.drone.yml'

This commit is contained in:
Shaquille Soekhlal 2022-03-28 17:48:50 +02:00
parent 9e7a162794
commit d6484ec94d

View File

@ -3,8 +3,9 @@ type: docker
name: default name: default
trigger: trigger:
event: repo:
- push include:
- Hello_User/mirror-test
steps: steps:
- name: Fetch Upstream - name: Fetch Upstream
@ -14,7 +15,7 @@ steps:
- git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.git - git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.git
- git fetch upstream - git fetch upstream
- git merge upstream/main - git merge upstream/main
- git push --set-upstream origin main - git pull
- name: Build linux-vfio - name: Build linux-vfio
image: archlinux:base-devel image: archlinux:base-devel
commands: commands: