Skip to content

Commit

Permalink
CI: Align configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Oct 16, 2023
1 parent 1f26d83 commit 04a1d4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.1

orbs:
architect: giantswarm/[email protected]

workflows:
version: 2
build:
jobs:
- architect/push-to-app-catalog:
name: push-to-giantswarm-app-catalog
name: push-to-giantswarm-catalog
context: architect
executor: app-build-suite
chart: ingress-nginx
Expand All @@ -20,7 +20,7 @@ workflows:
only: /^v.*/

- architect/push-to-app-catalog:
name: push-to-control-plane-app-catalog
name: push-to-control-plane-catalog
context: architect
executor: app-build-suite
chart: ingress-nginx
Expand All @@ -39,7 +39,7 @@ workflows:
ignore:
- main
requires:
- push-to-giantswarm-app-catalog
- push-to-giantswarm-catalog

# - architect/push-to-app-collection:
# name: push-to-cloud-director-app-collection
Expand Down

0 comments on commit 04a1d4f

Please sign in to comment.