Skip to content

Commit

Permalink
Remove all the _ext publishing from config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 7, 2023
1 parent 878d003 commit 69ac7f4
Showing 1 changed file with 0 additions and 120 deletions.
120 changes: 0 additions & 120 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,66 +186,6 @@ jobs:
- run:
name: gradlew :plugin-maven:changelogPush
command: ./gradlew :plugin-maven:changelogPush -Prelease=true --stacktrace
ext_changelog_print:
<< : *env_gradle
steps:
- checkout
- *restore_cache_wrapper
- *restore_cache_deps
- *set_git_origin_to_https
- run:
name: gradlew -Pcom.diffplug.spotless.include.ext.nop2=true changelogPrint
command: ./gradlew -Pcom.diffplug.spotless.include.ext.nop2=true changelogPrint
ext_do_release_base:
<< : *env_gradle
steps:
- checkout
- *restore_cache_wrapper
- *restore_cache_deps
- *set_git_origin_to_https
- run:
name: gradlew :eclipse-base:changelogPush
command: ./gradlew -Pcom.diffplug.spotless.include.ext.nop2=true :eclipse-base:changelogPush -Prelease=true --stacktrace
ext_do_release_jdt:
<< : *env_gradle
steps:
- checkout
- *restore_cache_wrapper
- *restore_cache_deps
- *set_git_origin_to_https
- run:
name: gradlew :eclipse-jdt:changelogPush
command: ./gradlew -Pcom.diffplug.spotless.include.ext.nop2=true :eclipse-jdt:changelogPush -Prelease=true --stacktrace
ext_do_release_cdt:
<< : *env_gradle
steps:
- checkout
- *restore_cache_wrapper
- *restore_cache_deps
- *set_git_origin_to_https
- run:
name: gradlew :eclipse-cdt:changelogPush
command: ./gradlew -Pcom.diffplug.spotless.include.ext.cdt=true :eclipse-cdt:changelogPush -Prelease=true --stacktrace
ext_do_release_groovy:
<< : *env_gradle
steps:
- checkout
- *restore_cache_wrapper
- *restore_cache_deps
- *set_git_origin_to_https
- run:
name: gradlew :eclipse-groovy:changelogPush
command: ./gradlew -Pcom.diffplug.spotless.include.ext.groovy=true :eclipse-groovy:changelogPush -Prelease=true --stacktrace
ext_do_release_wtp:
<< : *env_gradle
steps:
- checkout
- *restore_cache_wrapper
- *restore_cache_deps
- *set_git_origin_to_https
- run:
name: gradlew :eclipse-wtp:changelogPush
command: ./gradlew -Pcom.diffplug.spotless.include.ext.wtp=true :eclipse-wtp:changelogPush -Prelease=true --stacktrace

workflows:
version: 2
Expand Down Expand Up @@ -287,63 +227,3 @@ workflows:
- do_release_lib:
requires:
- release_lib
ext_deploy:
jobs:
- ext_changelog_print:
filters:
branches:
only: main
- ext_release_base:
type: approval
requires:
- ext_changelog_print
- ext_do_release_base:
requires:
- ext_release_base
context:
- SonatypeDeploy
- ext_release_jdt:
type: approval
requires:
- ext_changelog_print
- ext_do_release_jdt:
requires:
- ext_release_jdt
context:
- SonatypeDeploy
- ext_release_cdt:
type: approval
requires:
- ext_changelog_print
- ext_do_release_cdt:
filters:
branches:
only: main
requires:
- ext_release_cdt
context:
- SonatypeDeploy
- ext_release_groovy:
type: approval
requires:
- ext_changelog_print
- ext_do_release_groovy:
filters:
branches:
only: main
requires:
- ext_release_groovy
context:
- SonatypeDeploy
- ext_release_wtp:
type: approval
requires:
- ext_changelog_print
- ext_do_release_wtp:
filters:
branches:
only: main
requires:
- ext_release_wtp
context:
- SonatypeDeploy

0 comments on commit 69ac7f4

Please sign in to comment.