From 740b6b3dc96968837cac609aa046d2f3fad99607 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 7 Jul 2023 14:33:47 +0200 Subject: [PATCH] build: Disable parallel builds entirely --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4b91b8..4f2facf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,8 @@ steps: - yamllint --version - name: Linting - depends_on: - - Debugging information + # depends_on: + # - Debugging information image: bv11-cr01.bessems.eu/library/packer-extended pull: always commands: @@ -33,8 +33,8 @@ steps: scripts - name: Install Ansible Galaxy collections - depends_on: - - Linting + # depends_on: + # - Linting image: bv11-cr01.bessems.eu/library/packer-extended pull: always commands: @@ -47,8 +47,8 @@ steps: path: /scratch - name: Kubernetes Bootstrap Appliance - depends_on: - - Install Ansible Galaxy collections + # depends_on: + # - Install Ansible Galaxy collections image: bv11-cr01.bessems.eu/library/packer-extended pull: always commands: @@ -106,8 +106,8 @@ steps: path: /scratch - name: Kubernetes Upgrade Appliance - depends_on: - - Install Ansible Galaxy collections + # depends_on: + # - Install Ansible Galaxy collections image: bv11-cr01.bessems.eu/library/packer-extended pull: alwaysquery( commands: @@ -165,9 +165,9 @@ steps: path: /scratch - name: Remove temporary resources - depends_on: - - Kubernetes Bootstrap Appliance - - Kubernetes Upgrade Appliance + # depends_on: + # - Kubernetes Bootstrap Appliance + # - Kubernetes Upgrade Appliance image: bv11-cr01.bessems.eu/library/packer-extended commands: - |