[UPDATE][CI] Remove 'link & unlink' step

This commit is contained in:
Bruno BELANYI 2020-10-21 20:49:51 +02:00
parent 6de99021cb
commit 9571dc4d70
1 changed files with 0 additions and 10 deletions

View File

@ -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