diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-30 14:12:49 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-07-30 14:49:13 -0700 |
commit | 80237668597de035fd9788ea95786bb0bda68a02 (patch) | |
tree | 715bd1931e43c238e4bb356929718fcd0ffe63c4 /boot/assembly.xml | |
parent | 75b2c58811687602c1dab5cf2a69b2e94599bcee (diff) |
Remove demo, testuite/properties repos in robot VM
No longer clone demo and testsuite/properties repos
in robot VM. Instead, use demo repo content within
testsuite container, and pass properties directly
from heat template boot/ directory.
Change-Id: I9e472f9b6cea47dc2faebd091d95be9e89aff667
Issue-ID: INT-605
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'boot/assembly.xml')
-rw-r--r-- | boot/assembly.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/assembly.xml b/boot/assembly.xml index 006337ce..5b7217bd 100644 --- a/boot/assembly.xml +++ b/boot/assembly.xml @@ -10,12 +10,12 @@ <fileSet> <directory>${basedir}</directory> <includes> - <include>*</include> + <include>**</include> </includes> <excludes> <exclude>assembly.xml</exclude> <exclude>pom.xml</exclude> - <exclude>target</exclude> + <exclude>target/</exclude> <exclude>.*</exclude> </excludes> </fileSet> |