fix node 10 tags (#705)

This commit is contained in:
Simen Bekkhus 2018-04-28 08:46:35 +02:00 committed by GitHub
parent b11f697672
commit c3baf8491e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -12,9 +12,13 @@ array_6='6 boron';
# shellcheck disable=SC2034
array_8='8 carbon';
# shellcheck disable=SC2034
array_9='9 latest';
array_9='9';
# shellcheck disable=SC2034
array_chakracore_8='chakracore-8 chakracore';
array_10='10 latest';
# shellcheck disable=SC2034
array_chakracore_8='chakracore-8';
# shellcheck disable=SC2034
array_chakracore_10='chakracore-10 chakracore';
cd "$(cd "${0%/*}" && pwd -P)";