Skip to content

Commit

Permalink
Add deployment folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhahaha committed Oct 19, 2018
1 parent 2a5797b commit 868869a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openstack-tripleo-heat-templates.spec
Expand Up @@ -66,6 +66,10 @@ cp -ar *.yaml %{buildroot}/%{_datadir}/%{name}
cp -ar puppet %{buildroot}/%{_datadir}/%{name}
cp -ar common %{buildroot}/%{_datadir}/%{name}
cp -ar docker %{buildroot}/%{_datadir}/%{name}
if [ -d deployment ]; then
cp -ar deployment %{buildroot}/%{_datadir}/%{name}
fi

if [ -d docker_config_scripts ]; then
cp -ar docker_config_scripts %{buildroot}/%{_datadir}/%{name}
fi
Expand Down

0 comments on commit 868869a

Please sign in to comment.