mirror of https://github.com/docker/docs.git
Merge pull request #1730 from docker/deb-to-zip
Fixed release file for ubuntu as zip instead of deb
This commit is contained in:
commit
15035af444
|
|
@ -244,7 +244,7 @@ module.exports = function (grunt) {
|
|||
command: 'cd build && npm install --production'
|
||||
},
|
||||
linux_zip: {
|
||||
command: 'ditto -c -k --sequesterRsrc --keepParent <%= LINUX_FILENAME %> release/' + BASENAME + '-Ubuntu.deb'
|
||||
command: 'ditto -c -k --sequesterRsrc --keepParent <%= LINUX_FILENAME %> release/' + BASENAME + '-Ubuntu.zip'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue