Add chrome-node-yarn image

This commit is contained in:
Jose Ivan Vargas 2017-11-02 12:18:20 -06:00
parent bea3b46fb0
commit 87910a326b
2 changed files with 4 additions and 0 deletions

View file

@ -61,6 +61,7 @@ ruby-2.3.5-golang-1.8-git-2.13-phantomjs-2.1-node-8.x-yarn-1.0-postgresql-9.6 te
ruby-2.4.1-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 test: *test_custom ruby-2.4.1-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 test: *test_custom
golang-1.8-git-2.8.4 test: *test_custom golang-1.8-git-2.8.4 test: *test_custom
golang-1.8-git-2.13 test: *test_custom golang-1.8-git-2.13 test: *test_custom
node-8.9-chrome-62.0-yarn-1.2 test: *test_custom
www-gitlab-com test: *test_build www-gitlab-com test: *test_build
gitlab-qa test: *test_build gitlab-qa test: *test_build
@ -89,6 +90,7 @@ ruby-2.3.5-golang-1.8-git-2.13-phantomjs-2.1-node-8.x-yarn-1.0-postgresql-9.6: *
ruby-2.4.1-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6: *build_and_deploy_custom ruby-2.4.1-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6: *build_and_deploy_custom
golang-1.8-git-2.8.4: *build_and_deploy_custom golang-1.8-git-2.8.4: *build_and_deploy_custom
golang-1.8-git-2.13: *build_and_deploy_custom golang-1.8-git-2.13: *build_and_deploy_custom
node-8.9-chrome-62.0-yarn-1.2: *build_and_deploy_custom
www-gitlab-com: *build_and_deploy www-gitlab-com: *build_and_deploy
gitlab-qa: *build_and_deploy gitlab-qa: *build_and_deploy

View file

@ -5,6 +5,8 @@ set -xeo pipefail
NODE_VERSION=${1:-7.x} NODE_VERSION=${1:-7.x}
YARN_VERSION=${2:-0.27.5-1} YARN_VERSION=${2:-0.27.5-1}
if [ "$NODE_VERSION" = 8.9.0 ]; then NODE_VERSION=8.x; fi
# add official debian repos for node and yarn # add official debian repos for node and yarn
curl -sS -L https://deb.nodesource.com/setup_${NODE_VERSION} | bash - curl -sS -L https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -