Skip to content

Commit 6e5e89e

Browse files
committed
os agnostic bash path
1 parent e80fabf commit 6e5e89e

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

ci/assets/e2e-test-release/jobs/slb-registration-test/templates/run.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e -o pipefail
33

44
export PATH=$(readlink -nf /var/vcap/packages/jq):/usr/local/bin:/var/vcap/packages/aliyuncli/bin/:${PATH}

ci/assets/e2e-test-release/jobs/spot-instance-test/templates/run.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e -o pipefail
33

44
export PATH=$(readlink -nf /var/vcap/packages/jq):/usr/local/bin:/var/vcap/packages/aliyuncli/bin/:${PATH}

ci/docker/boshcpi.alicloud-cpi-release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN mkdir /tmp/ruby-install && \
3737
RUN ruby-install ruby 2.1.2
3838

3939
# Bundler and BOSH CLI
40-
RUN /bin/bash -l -c " \
40+
RUN /usr/bin/env bash -l -c " \
4141
source /etc/profile.d/chruby.sh ; \
4242
chruby 2.1.2 ; \
4343
gem install bundler bosh_cli --no-ri --no-rdoc \

ci/docker/boshcpi.alicloud-cpi-release/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

jobs/alicloud_cpi/templates/bin/cpi.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

jobs/alicloud_cpi/templates/bin/pre-start.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
echo " ========================================"
44
echo " pre-start.erb "

packages/bosh-alicloud-cpi/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e # exit immediately if a simple command exits with a non-zero status
44
set -u # report the usage of uninitialized variables

packages/golang/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e # exit immediately if a simple command exits with a non-zero status
44
set -u # report the usage of uninitialized variables

src/bosh-alicloud-cpi/vendor/github.com/json-iterator/go/build.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)