Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 2, 2024
1 parent b79bb2d commit ee2cb88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ steps:
command: |
source /root/.bashrc
source $HOME/.nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
ls
pwd
whoami
nvm install && nvm use
npm install
./gradlew publishToMavenLocal
Expand Down

0 comments on commit ee2cb88

Please sign in to comment.