Skip to content

Commit 81881ec

Browse files
committed
use the right devstack sha
1 parent 6b1c26e commit 81881ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/build_uec.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ apt-get update
173173
apt-get install git -y
174174
git clone https://github.com/cloudbuilders/devstack.git
175175
cd devstack
176+
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
177+
git fetch
178+
git checkout $GIT_COMMIT
176179
cat > localrc <<EOF
177180
`cat $TOP_DIR/localrc`
178181
EOF

0 commit comments

Comments
 (0)