Skip to content

Commit

Permalink
fix reprepro includeb syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
odyslam committed Sep 29, 2021
1 parent d544214 commit e86329b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ jobs:
script_stop: true
script: |
cd /tmp
deb=$(ls | grep 'deb')
codename="bullseye"
sudo reprepro -b /var/repositories includedeb ${codename} ${deb}
codename=$( cat /var/repositories/conf/distributions | grep Codename | awk '{print $2}')
sudo reprepro -b /var/repositories includedeb ${codename} *.deb
rm /tmp/*.deb
rm /tmp/*.rpm
# - name: Bump Homebrew formula
Expand Down

0 comments on commit e86329b

Please sign in to comment.