Skip to content

Commit

Permalink
fix(build-main): changed expected node version to 10 in gh-deploy script
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1485
  • Loading branch information
SuperITMan committed Jan 19, 2020
1 parent 56b84f8 commit ce3819b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COMMIT_HASH=`git rev-parse --verify HEAD`

TARGET_REPO="git@github.com:NationalBankBelgium/stark.git"
EXPECTED_REPO_SLUG="NationalBankBelgium/stark"
EXPECTED_NODE_VERSION="8"
EXPECTED_NODE_VERSION="10"

COMMIT_AUTHOR_USERNAME="TravisCI"
COMMIT_AUTHOR_EMAIL="alexis.georges@nbb.be"
Expand All @@ -41,7 +41,7 @@ LATEST_DIR_NAME="latest"
#touch ${LOGS_DIR}/build-perf.log
#DRY_RUN=true
#TRAVIS=true
#TRAVIS_NODE_VERSION="8"
#TRAVIS_NODE_VERSION="10"
#TRAVIS_COMMIT=${COMMIT_HASH}
#TRAVIS_REPO_SLUG="NationalBankBelgium/stark" # yes we're always on the correct repo
#ENFORCE_SHOWCASE_VERSION_CHECK=false # allows not have consistency between tag version and showcase version
Expand Down

0 comments on commit ce3819b

Please sign in to comment.