Skip to content

Commit

Permalink
Reusable workflows from a common repository
Browse files Browse the repository at this point in the history
* Remove `release-files-spec.json` and `spring-project-init.gradle`
since they come from a common repository as well
  • Loading branch information
artembilan committed Nov 16, 2023
1 parent 4754d21 commit 0ca38b0
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 672 deletions.
31 changes: 0 additions & 31 deletions .github/release-files-spec.json

This file was deleted.

47 changes: 0 additions & 47 deletions .github/spring-project-init.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
build-snapshot:
uses: spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
uses: artembilan/spring-messaging-build-tools/spring-artifactory-gradle-snapshot.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
build-pull-request:
uses: spring-projects/spring-integration-aws/.github/workflows/spring-gradle-pull-request-build.yml@main
uses: artembilan/spring-messaging-build-tools/spring-gradle-pull-request-build.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run-name: Release current version for branch ${{ github.ref_name }}

jobs:
release:
uses: spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-release.yml@main
uses: artembilan/spring-messaging-build-tools/spring-artifactory-release.yml@main
with:
buildToolArgs: dist
secrets: inherit
91 changes: 0 additions & 91 deletions .github/workflows/spring-artifactory-gradle-release-staging.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/spring-artifactory-gradle-snapshot.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/spring-artifactory-maven-release-staging.yml

This file was deleted.

Loading

0 comments on commit 0ca38b0

Please sign in to comment.