Skip to content

Commit

Permalink
scripts in bin/ are more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Oct 18, 2024
1 parent f48450f commit 930d872
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/generate-fakes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -eu -o pipefail

ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"

go generate "${ROOT_DIR}/..."
go generate "${ROOT_DIR}/..."
1 change: 0 additions & 1 deletion bin/test-acceptance
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -eu -o pipefail
set -x

ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"

Expand Down
2 changes: 1 addition & 1 deletion bin/test-acceptance-with-garden
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -eu -o pipefail
set -x

ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"

Expand All @@ -15,6 +14,7 @@ cat > "${config_file}" <<EOF
"dummy_compiled_release_path": "${BOSH_INIT_DUMMY_COMPILED_RELEASE_PATH:-${default_compiled_release_path}}"
}
EOF
cat "${config_file}"

export BOSH_INIT_CONFIG_PATH="${config_file}"

Expand Down

0 comments on commit 930d872

Please sign in to comment.