use the right revision
This commit is contained in:
parent
0c0089576a
commit
11416bfeaf
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ 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
|
||||
git checkout `git rev-parse HEAD`
|
||||
cat > localrc <<LOCAL_EOF
|
||||
`cat $TOP_DIR/localrc`
|
||||
LOCAL_EOF
|
||||
|
|
Loading…
Reference in a new issue