Skip to content

Commit

Permalink
chore(camel-catalog-plugin): Remove camel-catalog-plugin package
Browse files Browse the repository at this point in the history
Since the tests were migrated to the new `catalog-generator` package, is
safe to remove this package.

fix: #1250
  • Loading branch information
lordrip committed Oct 3, 2024
1 parent 1d14b5e commit c281198
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 40,476 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Build packages excluding @kaoto/camel-catalog since it was build during installing dependencies
- name: Build packages
run: yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build
run: yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog run build

# Build lib
- name: Build @kaoto/kaoto package in lib mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Build packages excluding @kaoto/camel-catalog since it was build during installing dependencies
- name: '🔧 Build packages'
run: |
yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build
yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog run build
- name: '🔧 Tar UI Dist'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Build packages excluding @kaoto/camel-catalog since it was build during installing dependencies
- name: Build packages
run: yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build
run: yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog run build

# Build lib
- name: Build @kaoto/kaoto package in lib mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: '🔧 Build packages'
run: |
yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog --exclude @kaoto/camel-catalog-plugin run build
yarn workspaces foreach --verbose --all --topological-dev --exclude @kaoto/camel-catalog run build
- name: '🛰️ Login to Container Registry'
uses: docker/login-action@v3
Expand Down
2 changes: 0 additions & 2 deletions packages/camel-catalog/.gitignore

This file was deleted.

Binary file not shown.
17 changes: 0 additions & 17 deletions packages/camel-catalog/.mvn/wrapper/maven-wrapper.properties

This file was deleted.

266 changes: 0 additions & 266 deletions packages/camel-catalog/CHANGELOG.md

This file was deleted.

223 changes: 0 additions & 223 deletions packages/camel-catalog/assembly/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c281198

Please sign in to comment.