From 9571dc4d7019ac1cf49ac66e4d40d6f919651c34 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 21 Oct 2020 20:49:51 +0200 Subject: [PATCH] [UPDATE][CI] Remove 'link & unlink' step --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 75764bd..13e251f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,15 +3,6 @@ kind: pipeline name: default steps: - - name: link & unlink - image: archlinux - pull: always - commands: - - pacman -Suy --noconfirm --needed make git stow sudo vim tmux emacs - - "echo 'root ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - - make link-all - - make unlink-all - - name: full install image: oblique/archlinux-yay pull: always @@ -31,7 +22,6 @@ steps: from_secret: matrix_username password: from_secret: matrix_password - depends_on: [ "link & unlink", "full install" ] trigger: status: - failure