Skip to content

Commit

Permalink
chore(ci): remove crds
Browse files Browse the repository at this point in the history
Closes #5910
  • Loading branch information
squakez committed Jan 19, 2025
1 parent 09ddabc commit 078afe4
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 348 deletions.
45 changes: 0 additions & 45 deletions .github/actions/java-build/action.yml

This file was deleted.

9 changes: 1 addition & 8 deletions .github/actions/release-nightly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
echo "UPD_DATE=$D" >> $GITHUB_ENV
IMAGE_NAME=docker.io/${TEST_DOCKER_HUB_USERNAME:-testcamelk}/camel-k
echo "Using IMAGE_NAME=$IMAGE_NAME"
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
- name: Login to staging container registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -154,10 +154,3 @@ runs:
replacesArtifacts: true
tag: v${{ env.VERSION }}
commit: ${{ env.COMMIT_ID }}

# If release was okey, we can also release the java extensions
- name: Deploy Camel-K-CRDs to ASF Snapshots Repository
working-directory: java/crds
shell: bash
run: |
mvn clean deploy --settings ../../.github/asf-deploy-settings.xml -q
31 changes: 0 additions & 31 deletions .github/asf-deploy-settings.xml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/java.yml

This file was deleted.

1 change: 0 additions & 1 deletion java/crds/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion java/crds/NOTICE

This file was deleted.

204 changes: 0 additions & 204 deletions java/crds/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion java/crds/src/main/resources

This file was deleted.

0 comments on commit 078afe4

Please sign in to comment.