Browse code

use the right revision

Jesse Andrews authored on 2011/11/06 16:32:21
Showing 1 changed files
... ...
@@ -175,7 +175,7 @@ git clone https://github.com/cloudbuilders/devstack.git
175 175
 cd devstack
176 176
 git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
177 177
 git fetch
178
-git checkout $GIT_COMMIT
178
+git checkout `git rev-parse HEAD`
179 179
 cat > localrc <<LOCAL_EOF
180 180
 `cat $TOP_DIR/localrc`
181 181
 LOCAL_EOF