mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13532 from jfrazelle/fix-fix-release-script
fix release script
This commit is contained in:
commit
15b45113eb
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ Architectures: amd64 i386
|
|||
EOF
|
||||
|
||||
# Add the DEB package to the APT repo
|
||||
DEBFILE=bundles/$VERSION/ubuntu/lxc-docker*.deb
|
||||
DEBFILE=( bundles/$VERSION/ubuntu/lxc-docker*.deb )
|
||||
reprepro -b "$APTDIR" includedeb docker "$DEBFILE"
|
||||
|
||||
# Sign
|
||||
|
|
Loading…
Add table
Reference in a new issue