diff --git a/.drone.yml b/.drone.yml index 4551b19..62edb8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: