upgrade yarn to v1.2 in chrome build images

This commit is contained in:
Mike Greiling 2017-10-31 14:14:50 -05:00
parent bddf90ff2c
commit 37677d8165
No known key found for this signature in database
GPG key ID: 0303DF507FA67596
2 changed files with 3 additions and 2 deletions

View file

@ -69,6 +69,7 @@ function print_node_args() {
function print_yarn_args() {
case "$1" in
1.0) YARN_VERSION=1.0.2-1 ;;
1.2) YARN_VERSION=1.2.1-1 ;;
*) echo "Unknown yarn version $1"; exit 1;
esac
printf -- "--build-arg YARN_VERSION=%s " "$YARN_VERSION"