We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c00895 commit 11416bfCopy full SHA for 11416bf
1 file changed
tools/build_uec.sh
@@ -175,7 +175,7 @@ git clone https://github.com/cloudbuilders/devstack.git
175
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
+git checkout `git rev-parse HEAD`
179
cat > localrc <<LOCAL_EOF
180
`cat $TOP_DIR/localrc`
181
LOCAL_EOF
0 commit comments