Removing an erroneous comment

Left a code-comment in a change by accident, updating to remove it.

Change-Id: I97fd1de040a8bf7706b78fe1825e48761c2073ee
This commit is contained in:
Trevor Vardeman 2019-04-23 15:31:47 -05:00
parent fd1a7e5084
commit b1f3d949c6

View File

@ -7,7 +7,7 @@ set -o xtrace
if [ "$DISTRO_NAME" == "ubuntu" ] && [ "$DIB_RELEASE" == "trusty" ]; then
echo deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse > /etc/apt/sources.list.d/backports.list
elif [ "$DISTRO_NAME" == "centos7" ]; then
case $ARCH in ## Change this to an environment variable from DIB?!
case $ARCH in
x86_64|amd64)
BASEURL=http://mirror.centos.org/\$contentdir/\$releasever/paas/\$basearch/openshift-origin/
;;