David Blume commited on 2015-11-09 11:25:55
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
{ |
5 | 5 |
"name": "Run", |
6 | 6 |
"linux": { |
7 |
- "shell_cmd": "source ~/.rokurc && curl -s -S --user rokudev:ahov --digest -F \"archive=@$project_base_name.zip\" -F \"mysubmit=Install\" --output /dev/null --write-out \"%{http_code}\" http://10.12.12.50/plugin_install", |
|
7 |
+ "shell_cmd": "zip \"$project_base_name.zip\" manifest source/*.* images/*.* && curl -s -S --user rokudev:ahov --digest -F \"archive=@$project_base_name.zip\" -F \"mysubmit=Install\" --output /dev/null --write-out \"%{http_code}\" http://10.12.12.50/plugin_install", |
|
8 | 8 |
}, |
9 | 9 |
"working_dir": "$project_path" |
10 | 10 |
}, |
11 | 11 |