Skip to content

Commit

Permalink
Merge pull request #364 from cloud-gov/bb/source-profile
Browse files Browse the repository at this point in the history
fix: source profile before using nvm
  • Loading branch information
bengerman13 authored Jul 2, 2024
2 parents 70ba89f + 51c9b41 commit 4792856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/install-node-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ run:
args:
- -c
- |
source ~/.profile
cd release-git-repo/src/kibana-cf_authentication
rm -rf node_modules
nvm install && nvm use
Expand Down
1 change: 1 addition & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
args:
- -exc
- |
source ~/.profile
cd release-git-repo/src/kibana-cf_authentication
nvm install
nvm use
Expand Down

0 comments on commit 4792856

Please sign in to comment.