Skip to content

Commit

Permalink
remove .gitignore from packaging (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
koomie committed Mar 6, 2017
1 parent 5ee14a5 commit f6962be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/admin/test-suite/SPECS/tests.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ cd tests
cd tests
%{__mkdir_p} %{buildroot}/home/%{testuser}/tests
cp -a * %{buildroot}/home/%{testuser}/tests
find %{buildroot}/home/%{testuser}/tests -name .gitignore -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down

0 comments on commit f6962be

Please sign in to comment.