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
|
cd devstack
|
||||||
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
|
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
|
||||||
git fetch
|
git fetch
|
||||||
git checkout $GIT_COMMIT
|
git checkout `git rev-parse HEAD`
|
||||||
cat > localrc <<LOCAL_EOF
|
cat > localrc <<LOCAL_EOF
|
||||||
`cat $TOP_DIR/localrc`
|
`cat $TOP_DIR/localrc`
|
||||||
LOCAL_EOF
|
LOCAL_EOF
|
||||||
|
|
Loading…
Reference in a new issue