Skip to content

Commit

Permalink
refactor(tools): clean up CircleCI guard code in ci.sh
Browse files Browse the repository at this point in the history
We'll likely continue using GitHub Actions for CI so the CircleCI specific
guard rails shouldn't be littering the ci.sh script to make it easier
to understand for newcomers.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz authored and kikoncuo committed Apr 13, 2021
1 parent 6411933 commit 3a98360
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ function mainTask()
smem --abbreviate --totals --system || true
fi

# Travis does not have (nor need) nvm but CircleCI does have nvm and also
# need it big time because their default Node version is 6.x...
if [ "${CIRCLECI:-false}" = "true" ]; then
set +x
nvm install 10.19.0
nvm alias default 10.19.0
set -x
fi

docker --version
docker-compose --version
node --version
Expand Down

0 comments on commit 3a98360

Please sign in to comment.