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 10, 2018
1 parent 84bec63 commit 90a78de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ addons:
postgresql: '9.5'
before_install:
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh
- mkdir ${TRAVIS_BUILD_DIR}/log
before_script:
- bundle exec rake test:$TEST_SUITE:setup
script:
Expand Down
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 90a78de

Please sign in to comment.