From 9bce38bb48e81f4f76fe1b29eb092acf0ae81fc4 Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Fri, 2 Feb 2024 17:31:38 +0100 Subject: [PATCH] ci: source bash dir --- .buildkite/pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6d9cb56..e09f3f8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -12,10 +12,7 @@ common-params: steps: - label: "Publish to Maven Local (to verify build)" command: | - export NVM_DIR="$HOME/.nvm" - [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" - source /root/.bashrc - source $HOME/.nvm + source /root/.bash nvm install && nvm use npm install ./gradlew publishToMavenLocal