Skip to content

Commit

Permalink
Workflows for a 3.3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Jun 25, 2024
1 parent a54eb09 commit ac6619d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 102 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/central-sync-close.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/central-sync-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--server-id-deploy repo.spring.io \
--repo-resolve snapshot \
--repo-deploy snapshot
echo JFROG_CLI_BUILD_NAME=spring-shell-main >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NAME=spring-shell-33x >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Build and Publish
env:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/label-manage.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/next-dev-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: Commit Next Dev Changes
uses: jvalkeal/build-zoo-handler@v0.0.4
with:
commit-changes-branch: main
commit-changes-branch: 3.3.x
commit-changes-message: Next development version
6 changes: 3 additions & 3 deletions .github/workflows/release-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--server-id-deploy repo.spring.io \
--repo-resolve release \
--repo-deploy libs-staging-local
echo JFROG_CLI_BUILD_NAME=spring-shell-main-release >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NAME=spring-shell-33x-release >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Configure Release Version
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
run: |
echo JFROG_CLI_BUILD_NAME=spring-shell-main-release >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NAME=spring-shell-33x-release >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Promote Build
run: |
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
run: |
echo JFROG_CLI_BUILD_NAME=spring-shell-main-release >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NAME=spring-shell-33x-release >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Download Release Files
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--server-id-deploy repo.spring.io \
--repo-resolve milestone \
--repo-deploy libs-staging-local
echo JFROG_CLI_BUILD_NAME=spring-shell-main-milestone >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NAME=spring-shell-33x-milestone >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Configure Milestone Version
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
run: |
echo JFROG_CLI_BUILD_NAME=spring-shell-main-milestone >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NAME=spring-shell-33x-milestone >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
- name: Promote Build
run: |
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/schedule-e2e.yml

This file was deleted.

0 comments on commit ac6619d

Please sign in to comment.