Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Shaquille Soekhlal 2022-03-28 17:45:16 +02:00
parent dceabd3d36
commit e432ec4ba3

View File

@ -10,6 +10,7 @@ steps:
- name: Fetch Upstream - name: Fetch Upstream
image: archlinux:base-devel image: archlinux:base-devel
commands: commands:
- pacman -Sy git --noconfirm
- 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