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 5, 2020
1 parent 6de1130 commit fec10db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/after_failure.sh
100644 → 100755
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
100644 → 100755
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
100644 → 100755
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
Empty file modified tools/ci/setup_vmdb_configs.sh
100644 → 100755
Empty file.

0 comments on commit fec10db

Please sign in to comment.