From 99c7d89c4f9f3a27d5b8089bf8542fba990681a9 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 25 Jun 2024 15:46:15 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c6d391..3819c47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,31 +29,3 @@ workflows: ignore: /.*/ tags: only: /^v.*/ - - - architect/push-to-app-collection: - context: architect - name: vsphere-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "vsphere-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/ - - - architect/push-to-app-collection: - context: architect - name: cloud-director-app-collection - app_name: "promxy-app" - app_namespace: "monitoring" - app_collection_repo: "cloud-director-app-collection" - requires: - - app-catalog - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/