Loading .gitlab-ci.yml.disabled +1 −1 Original line number Original line Diff line number Diff line # This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ # https://hub.docker.com/r/library/node/tags/ image: node:latest image: node:8 # This folder is cached between builds # This folder is cached between builds # http://docs.gitlab.com/ce/ci/yaml/README.html#cache # http://docs.gitlab.com/ce/ci/yaml/README.html#cache Loading Loading
.gitlab-ci.yml.disabled +1 −1 Original line number Original line Diff line number Diff line # This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ # https://hub.docker.com/r/library/node/tags/ image: node:latest image: node:8 # This folder is cached between builds # This folder is cached between builds # http://docs.gitlab.com/ce/ci/yaml/README.html#cache # http://docs.gitlab.com/ce/ci/yaml/README.html#cache Loading