Skip to content

Commit

Permalink
Push to capz
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Jun 18, 2024
1 parent bdc731d commit cca2a7c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/
- architect/push-to-app-collection:

- architect/push-to-app-collection:
context: architect
name: push-to-cloud-director-app-collection
app_catalog: control-plane-catalog
Expand Down Expand Up @@ -92,6 +92,21 @@ workflows:
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-capz-app-collection
app_catalog: control-plane-catalog
app_name: "sloth"
app_namespace: monitoring
app_collection_repo: "capz-app-collection"
requires:
- push-sloth-app-to-control-plane-catalog-master
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
context: architect
name: push-to-gcp-app-collection
Expand Down

0 comments on commit cca2a7c

Please sign in to comment.