Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Prev Previous commit
Next Next commit
actually, it needs to be installed in the gce vm
  • Loading branch information
aabmass committed Aug 11, 2023
commit e5c08e12e32645d7ab6d31fd6758ca65dc637782
2 changes: 1 addition & 1 deletion system-test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ npm_install() {

# Install git
retry apt-get update >/dev/null
retry apt-get -y -q install git >/dev/null
retry apt-get -y -q install git build-essential >/dev/null

# Install desired version of Node.js
retry curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash >/dev/null
Expand Down
4 changes: 0 additions & 4 deletions system-test/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ set -eo pipefail
# Display commands being run.
set -x

# Install apt based deps
apt-get update
apt-get install -y make

cd $(dirname $0)/..

git config --global --add safe.directory /tmpfs/src/github/cloud-profiler-nodejs
Expand Down