mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
circleci: Resolve node installation error.
This is a code cleanup commit. Earlier, install-node used to fail to clone using ssh in CircleCI, so we removed the git config file. Now we no longer observe the nvm git clone error, so the issue seems to be resolved.
This commit is contained in:
@@ -36,14 +36,6 @@ aliases:
|
||||
# Install moreutils so we can use `ts` and `mispipe` in the following.
|
||||
sudo apt-get install -y moreutils
|
||||
|
||||
# CircleCI sets the following in Git config at clone time:
|
||||
# url.ssh://git@github.com.insteadOf https://github.com
|
||||
# This breaks the Git clones in the NVM `install.sh` we run
|
||||
# in `install-node`.
|
||||
# TODO: figure out why that breaks, and whether we want it.
|
||||
# (Is it an optimization?)
|
||||
rm -f /home/circleci/.gitconfig
|
||||
|
||||
# This is the main setup job for the test suite
|
||||
mispipe "tools/ci/setup-backend --skip-dev-db-build" ts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user