Skip to content

Commit

Permalink
removed bindist
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Dec 13, 2023
1 parent a76632e commit 0f65ef1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asciidoctor-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Includes the AsciiDoctor GitHub Pages Action to convert adoc files to
# html and publish to gh-pages branch.
Expand Down
90 changes: 0 additions & 90 deletions .github/workflows/bindist-full.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/bindist-thin.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/move-marketplace-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: tag
name: Tag name
Expand Down
22 changes: 2 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Calculate the release version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Infer the release version. Assumes that tags are named `vX.Y.Z`.
- id: version
Expand Down Expand Up @@ -54,27 +54,9 @@ jobs:
release-version: ${{ steps.version.outputs.release-version }}
upload-url: ${{ steps.release.outputs.upload_url }}

bindist-thin:
name: Binary distribution (thin)
needs: [ version ]
uses: ./.github/workflows/bindist-thin.yml
with:
release-version: ${{ needs.version.outputs.release-version }}
upload-url: ${{ needs.version.outputs.upload-url }}
secrets: inherit

bindist-full:
name: Binary distribution (full)
needs: [ version, bindist-thin ]
uses: ./.github/workflows/bindist-full.yml
with:
release-version: ${{ needs.version.outputs.release-version }}
upload-url: ${{ needs.version.outputs.upload-url }}
secrets: inherit

move-tag:
name: Move the Marketplace tag
needs: [ version, bindist-thin, bindist-full ]
needs: [ version ]
uses: ./.github/workflows/move-marketplace-tag.yml
with:
release-version: ${{ needs.version.outputs.release-version }}
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: saveourtool/benedikt@v1
----
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: diktat
uses: saveourtool/benedikt@v1
Expand Down

0 comments on commit 0f65ef1

Please sign in to comment.