Skip to content

Commit

Permalink
ci: source bash dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 2, 2024
1 parent 5a83244 commit 9bce38b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bce38b

Please sign in to comment.