Skip to content

Commit

Permalink
fix incorrect path in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Oct 3, 2024
1 parent 65d2e94 commit b2be0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/run-unit-specs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail

pushd bosh-cpi-src/src/bosh_azure_cpi
pushd bosh-cpi-src/src/bosh_aws_cpi

bundle install

Expand Down

0 comments on commit b2be0eb

Please sign in to comment.