From e432ec4ba31086b145b8d40e5186d19f8a9811a9 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Mon, 28 Mar 2022 17:45:16 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 19c2612..8c0da81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - name: Fetch Upstream image: archlinux:base-devel commands: + - pacman -Sy git --noconfirm - git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.git - git fetch upstream - git merge upstream/main