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