use the right devstack sha
This commit is contained in:
parent
6b1c26e961
commit
81881ec89f
1 changed files with 3 additions and 0 deletions
|
@ -173,6 +173,9 @@ apt-get update
|
|||
apt-get install git -y
|
||||
git clone https://github.com/cloudbuilders/devstack.git
|
||||
cd devstack
|
||||
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
|
||||
git fetch
|
||||
git checkout $GIT_COMMIT
|
||||
cat > localrc <<EOF
|
||||
`cat $TOP_DIR/localrc`
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue