This is an automated email from the ASF dual-hosted git repository. seanglover pushed a commit to branch seglo/artifact-id-rename2 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 07960c183fc5ccd8835deb3334a12a5cd711742d Author: Sean Glover <[email protected]> AuthorDate: Wed Jan 4 19:23:03 2023 -0500 build cleanup --- .github/release-drafter.yml | 4 +- .github/workflows/check-build-test.yml | 5 +- .github/workflows/license-and-vulnerabilities.yml | 2 +- .github/workflows/link-validator.yml | 63 ++++++++++++----------- .github/workflows/publish.yml | 21 ++++---- 5 files changed, 49 insertions(+), 46 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 81476552..0a9a4bb4 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ # Config for https://github.com/toolmantim/release-drafter -name-template: 'Alpakka $NEXT_PATCH_VERSION' +name-template: 'Apache Pekko Connectors $NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' categories: - title: ':toolbox: Infrastructure' @@ -101,7 +101,7 @@ categories: change-template: '- $TITLE [#$NUMBER](https://github.com/apache/incubator-pekko-connectors/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)' template: | - # :mega: Alpakka $NEXT_PATCH_VERSION released! + # :mega: Apache Pekko Connectors $NEXT_PATCH_VERSION released! ## Changes diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml index e579e66a..77d912ab 100644 --- a/.github/workflows/check-build-test.yml +++ b/.github/workflows/check-build-test.yml @@ -70,8 +70,9 @@ jobs: - name: "Create all API docs and create site with Paradox" run: sbt docs/makeSite - - name: Run Link Validator - run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf +# TODO: Fix after documentation updates +# - name: Run Link Validator +# run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf connectors: runs-on: ubuntu-20.04 diff --git a/.github/workflows/license-and-vulnerabilities.yml b/.github/workflows/license-and-vulnerabilities.yml index a3b2240e..f467937f 100644 --- a/.github/workflows/license-and-vulnerabilities.yml +++ b/.github/workflows/license-and-vulnerabilities.yml @@ -11,7 +11,7 @@ on: jobs: license-and-vulnerabilities-scanning: name: Analyse - if: github.repository == 'akka/alpakka' + if: github.repository == 'apache/incubator-pekko-connectors' runs-on: ubuntu-latest steps: diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 5a7b65c3..aa8e3d54 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -1,31 +1,32 @@ -name: Link Validator - -on: - schedule: - - cron: '0 6 * * 1' - -jobs: - validate-links: - runs-on: ubuntu-18.04 - steps: - - name: Checkout - uses: actions/checkout@v2 - with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos - fetch-depth: 100 - - - name: Fetch tags - run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* - - - name: Set up JDK 11 - uses: olafurpg/setup-scala@v13 - with: - java-version: [email protected] - - - name: Cache Coursier cache - uses: coursier/[email protected] - - - name: sbt site - run: sbt docs/makeSite - - - name: Run Link Validator - run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf +# TODO: Fix after documentation updates +#name: Link Validator +# +#on: +# schedule: +# - cron: '0 6 * * 1' +# +#jobs: +# validate-links: +# runs-on: ubuntu-18.04 +# steps: +# - name: Checkout +# uses: actions/checkout@v2 +# with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos +# fetch-depth: 100 +# +# - name: Fetch tags +# run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* +# +# - name: Set up JDK 11 +# uses: olafurpg/setup-scala@v13 +# with: +# java-version: [email protected] +# +# - name: Cache Coursier cache +# uses: coursier/[email protected] +# +# - name: sbt site +# run: sbt docs/makeSite +# +# - name: Run Link Validator +# run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81ea1e22..1ca36961 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ on: jobs: release: # runs on main repo only - if: github.repository == 'akka/alpakka' + if: github.repository == 'apache/incubator-pekko-connectors' name: Release environment: release runs-on: ubuntu-20.04 @@ -39,12 +39,13 @@ jobs: SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} run: sbt ci-release - - name: Publish API and reference documentation - env: - GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }} - run: |+ - eval "$(ssh-agent -s)" - echo $GUSTAV_KEY | base64 -di > .github/id_rsa - chmod 600 .github/id_rsa - ssh-add .github/id_rsa - sbt +~2.13 docs/publishRsync +# TODO: fix after documentation deploy +# - name: Publish API and reference documentation +# env: +# GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }} +# run: |+ +# eval "$(ssh-agent -s)" +# echo $GUSTAV_KEY | base64 -di > .github/id_rsa +# chmod 600 .github/id_rsa +# ssh-add .github/id_rsa +# sbt +~2.13 docs/publishRsync --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
