Skip to content

Commit

Permalink
CI: fix missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Dec 6, 2024
1 parent 9e16218 commit 3ab11e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/tasks/test-brats-performance.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail

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

export BOSH_DEPLOYMENT_PATH="/usr/local/bosh-deployment"
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/test-brats.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail

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

OVERRIDDEN_BOSH_DEPLOYMENT="${bosh_repo_parent_dir}/bosh-deployment"
Expand Down

0 comments on commit 3ab11e0

Please sign in to comment.