mirror of https://github.com/docker/docs.git
Fixed release file for ubuntu as zip instead of deb
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
3533e06bd2
commit
be2d011491
|
|
@ -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