mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Remove unnecessary comment
This commit is contained in:
parent
2365d40ef9
commit
af7bfb8e6a
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ NODE_INSTALL_VERSION=${1:-7.x}
|
|||
YARN_INSTALL_VERSION=${2:-0.27.5-1}
|
||||
|
||||
# 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"`
|
||||
|
||||
# add official debian repos for node and yarn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue