Create murano applications package for import

Similar to the murano core library package, adding in
the creation of the io.murano.applications package
to allow it to be imported.

Change-Id: I1c0778fe348893b12180882e48fcc918d09ef47d
This commit is contained in:
James McCarthy 2017-10-20 08:16:14 +01:00
parent 323ee0b09c
commit f404d44fa6
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ RUN ln -s murano-base-source/* murano \
&& cp -r /murano/etc/murano/* /etc/murano/ \
&& chown -R murano: /etc/murano \
&& cd murano/meta/io.murano \
&& zip -r /io.murano.zip *
&& zip -r /io.murano.zip * \
&& cd /murano/meta/io.murano.applications \
&& zip -r /io.murano.applications.zip *
{% endif %}