Skip to content

Commit

Permalink
Add missing script interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Mar 3, 2020
1 parent 6de1130 commit 4ee925c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/after_failure.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
set -v

echo "Errors and warnings in log files"
Expand Down
1 change: 1 addition & 0 deletions tools/ci/before_install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
set -v

source $TRAVIS_BUILD_DIR/tools/ci/setup_vmdb_configs.sh
Expand Down
1 change: 1 addition & 0 deletions tools/ci/setup_ruby_env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
./tools/ci/setup_ruby_environment.rb
export BUNDLE_WITHOUT=development
export BUNDLE_GEMFILE=${PWD}/Gemfile

0 comments on commit 4ee925c

Please sign in to comment.