Skip to content

Commit

Permalink
Merge pull request #19917 from d-m-u/fixing_missing_script_interpreters
Browse files Browse the repository at this point in the history
Add missing script interpreters

(cherry picked from commit 6c5ee55)

https://bugzilla.redhat.com/show_bug.cgi?id=1751248
  • Loading branch information
jrafanie authored and simaishi committed Mar 20, 2020
1 parent 5e3ed2d commit e07f4a6
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 e07f4a6

Please sign in to comment.