forked from Hello_User/mirror-test
Update '.drone.yml'
This commit is contained in:
parent
9e7a162794
commit
d6484ec94d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user