From ea5e990b76eae404904da2780d6389b1e0dc6f2d Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 3 Jan 2022 16:23:20 -0800 Subject: [PATCH] Fix pipeline --- bitbucket-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a7568f32..84237590 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,7 +14,6 @@ pipelines: name: Build and Test caches: - node - - npm - maven script: - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash