Skip to content

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno authored and Andras Mitzki committed Dec 11, 2024
1 parent ab1ede8 commit 9ec7b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/axosyslog-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,6 @@ jobs:
echo "DRAFT_RELEASE_RUN_ID=${DRAFT_RELEASE_RUN_ID}" >> $GITHUB_OUTPUT
index-packages:
needs: find-draft-release-run
uses: ./.github/workflows/index-packages.yml
with:
pkg-type: stable
run-id: ${{ needs.find-draft-release-run.outputs.DRAFT_RELEASE_RUN_ID }}
secrets:
config-base64: ${{ secrets.PACKAGE_INDEXER_CONFIG_BASE64 }}
gpg-key-base64: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_BASE64 }}
gpg-key-passphrase: ${{ secrets.PACKAGE_INDEXER_GPG_KEY_PASSPHRASE }}

test-packages:
needs: index-packages
uses: ./.github/workflows/test-apt-packages.yml
with:
pkg-type: stable

publish-image:
uses: ./.github/workflows/axosyslog-docker.yml
needs: find-draft-release-run
Expand Down
19 changes: 1 addition & 18 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,26 +76,9 @@ jobs:
path: ${{ env.TARBALL_PATH }}
if-no-files-found: error

create-packages:
needs: create-release-tarball
uses: ./.github/workflows/create-packages.yml
with:
source-tarball-artifact-name: release-tarball
dbld-image-mode: build

upload-packages:
needs: create-packages
uses: ./.github/workflows/upload-packages.yml
with:
pkg-type: stable
secrets:
r2-access-key: ${{ secrets.R2_ACCESS_KEY }}
r2-secret-key: ${{ secrets.R2_SECRET_KEY }}
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}

create-draft-release:
runs-on: ubuntu-latest
needs: [create-release-tarball, create-packages] # TODO replace with upload-packages
needs: [create-release-tarball] # TODO replace with upload-packages
steps:
- name: Checkout AxoSyslog source
uses: actions/checkout@v4
Expand Down

0 comments on commit 9ec7b0c

Please sign in to comment.