Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): simplify release process #6041

Merged
merged 2 commits into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading
Loading