Remove unnecessary comment

This commit is contained in:
Stan Hu 2017-11-07 18:25:27 +00:00
parent 2365d40ef9
commit af7bfb8e6a

View file

@ -6,8 +6,6 @@ NODE_INSTALL_VERSION=${1:-7.x}
YARN_INSTALL_VERSION=${2:-0.27.5-1} YARN_INSTALL_VERSION=${2:-0.27.5-1}
# Map MAJOR.MINOR.patch -> MAJOR.x # Map MAJOR.MINOR.patch -> MAJOR.x
#
# NODE_INSTALL_VERSION may resolve to the full version if inside a node container image.
NODE_INSTALL_VERSION=`echo $NODE_INSTALL_VERSION | sed -r -e "s/([0-9]+)\.[0-9]+.*/\1\.x/g"` NODE_INSTALL_VERSION=`echo $NODE_INSTALL_VERSION | sed -r -e "s/([0-9]+)\.[0-9]+.*/\1\.x/g"`
# add official debian repos for node and yarn # add official debian repos for node and yarn