Skip to content

Commit

Permalink
Merge pull request #1652 from dmitry-sinina/switch_to_new_repo
Browse files Browse the repository at this point in the history
push packages to new repo only
  • Loading branch information
dmitry-sinina authored Dec 12, 2024
2 parents a96e628 + 9dd2655 commit 5f6fb99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nightly-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
name: deb12-package
path: /__w/yeti-web/*.deb

- name: Upload package to ${{github.ref}} repo
env:
PKG_API_BASE: ${{secrets.PKG_API_BASE}}
run: ci/deploy.sh bookworm nightly main ../*.deb

- name: Setup deb-s3
run: gem install deb-s3

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
name: deb12-package
path: /__w/yeti-web/*.deb

- name: Upload package to ${{github.ref}} repo
env:
PKG_API_BASE: ${{secrets.PKG_API_BASE}}
PKG_TAG: ${{github.ref}}
run: v=${PKG_TAG##*/};major_version=${v%\.[0-9]*};ci/deploy.sh bookworm $major_version main ../*.deb

- name: Setup deb-s3
run: gem install deb-s3

Expand Down

0 comments on commit 5f6fb99

Please sign in to comment.