Skip to content

Commit

Permalink
Merge pull request #183 from larsks/fix/missing-shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks authored Nov 2, 2024
2 parents 4626b80 + f5cdea3 commit 5b6a5cf
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ci/devstack.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

#
# Installs Devstack with the OIDC plugin
#
Expand Down
2 changes: 2 additions & 0 deletions ci/microshift.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

#
# Installs Microshift on Docker
#
Expand Down
2 changes: 2 additions & 0 deletions ci/run_functional_tests_openshift.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Creates the appropriate credentials and runs tests
#
# Tests expect the resource to be name Devstack
Expand Down
2 changes: 2 additions & 0 deletions ci/run_functional_tests_openstack.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Creates the appropriate credentials and runs tests
#
# Tests expect the resource to be name Devstack
Expand Down
2 changes: 2 additions & 0 deletions ci/run_unit_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

set -xe

if [[ ! "${CI}" == "true" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/setup-oc-client.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -xe

Expand Down
2 changes: 1 addition & 1 deletion ci/setup-ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -xe

Expand Down
2 changes: 2 additions & 0 deletions ci/setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

set -xe

# If running on Github actions, don't create a virtualenv
Expand Down

0 comments on commit 5b6a5cf

Please sign in to comment.