Skip to content

Commit b7c295a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix unbound variable in install-deps.sh"
2 parents 24f164a + 558cb1d commit b7c295a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/install-deps.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ fi
88

99
declare -A PKG_MAP
1010

11+
SCRIPT_HOME="$(cd "$(dirname "$0")" && pwd)"
12+
export BIFROST_HOME=$SCRIPT_HOME/..
13+
1114
# NOTE(rpittau): we need a stable recent version of pip to avoid issues with
1215
# the cryptography package.
1316
PIP_MIN_REQ="22.3.1"

0 commit comments

Comments
 (0)