Don't clone TripleO Quickstart Extras in Microbrow.sh

Moving this up into the jjb as prep-internal-rhel.sh now depends on it.

Change-Id: I88d18542237643dcf5467700052556b0969dc11e
This commit is contained in:
jkilpatr 2017-02-13 15:42:46 -05:00
parent 423da4ff52
commit d1974d16cb

View File

@ -2,7 +2,6 @@
set -eu
pushd $WORKSPACE
git clone https://github.com/openstack/tripleo-quickstart-extras
pushd $WORKSPACE/tripleo-quickstart-extras
git fetch git://git.openstack.org/openstack/tripleo-quickstart-extras refs/changes/77/403677/13 && git checkout FETCH_HEAD
popd