Skip to content

Commit

Permalink
Merge pull request #17663 from kbrock/log_gitkeep
Browse files Browse the repository at this point in the history
remote log/.gitkeep
  • Loading branch information
bdunne authored Aug 20, 2018
2 parents ccb8a20 + ab4fa87 commit 5903757
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 @@ -24,6 +24,7 @@ matrix:
addons:
postgresql: '9.5'
before_install:
- mkdir ${TRAVIS_BUILD_DIR}/log
- source ${TRAVIS_BUILD_DIR}/tools/ci/before_install.sh
before_script:
- bundle exec rake test:$TEST_SUITE:setup
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 5903757

Please sign in to comment.