diff --git a/.drone.yml b/.drone.yml index 8c0da81..4551b19 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,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 + - git push --set-upstream origin main - name: Build linux-vfio image: archlinux:base-devel commands: