Skip to content

Commit

Permalink
remote log/.gitkeep
Browse files Browse the repository at this point in the history
Our appliances link log to a different direction.
This means it will always be a modified git tree.
Git stash does not work across symbolic links. so it makes patching and git
functions difficult on the appliance
  • Loading branch information
kbrock committed Jul 3, 2018
1 parent e874281 commit 4795d74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ end

Dir.chdir(ManageIQ::Environment::APP_ROOT) do
ManageIQ::Environment.ensure_config_files
Dir.mkdir("log") unless File.exist?("log")

puts '== Installing dependencies =='
ManageIQ::Environment.install_bundler
Expand Down
Empty file removed log/.gitkeep
Empty file.

0 comments on commit 4795d74

Please sign in to comment.