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
trigger:
event:
- push
repo:
include:
- Hello_User/mirror-test
steps:
- name: Fetch Upstream
@ -14,7 +15,7 @@ steps:
- git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.git
- git fetch upstream
- git merge upstream/main
- git push --set-upstream origin main
- git pull
- name: Build linux-vfio
image: archlinux:base-devel
commands: