-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19917 from d-m-u/fixing_missing_script_interpreters
Add missing script interpreters (cherry picked from commit 6c5ee55) https://bugzilla.redhat.com/show_bug.cgi?id=1751248
- Loading branch information
Showing
4 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.