Merge pull request #13532 from jfrazelle/fix-fix-release-script
fix release script Upstream-commit: 15b45113eb4aaeca9c289c22f772deead0024560 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user