[UPDATE][CI] Simplify parallelism

This commit is contained in:
Bruno BELANYI 2020-10-15 20:07:30 +02:00
parent 130c62dfc5
commit 23bae57bcb
1 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
---
kind: pipeline
name: verify linking
name: default
steps:
- name: link & unlink
@ -12,11 +12,6 @@ steps:
- make link-all
- make unlink-all
---
kind: pipeline
name: verify install
steps:
- name: full install
image: oblique/archlinux-yay
pull: always
@ -36,3 +31,4 @@ steps:
from_secret: matrix_username
password:
from_secret: matrix_password
depends_on: [ "link & unlink", "full install" ]