Skip to content

Commit 11416bf

Browse files
committed
use the right revision
1 parent 0c00895 commit 11416bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_uec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ git clone https://github.com/cloudbuilders/devstack.git
175175
cd devstack
176176
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
177177
git fetch
178-
git checkout $GIT_COMMIT
178+
git checkout `git rev-parse HEAD`
179179
cat > localrc <<LOCAL_EOF
180180
`cat $TOP_DIR/localrc`
181181
LOCAL_EOF

0 commit comments

Comments
 (0)