Skip to content

Commit

Permalink
fix: replace source with .
Browse files Browse the repository at this point in the history
  • Loading branch information
bengerman13 committed Jul 2, 2024
1 parent 4792856 commit 8bec348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/install-node-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run:
args:
- -c
- |
source ~/.profile
. ~/.profile
cd release-git-repo/src/kibana-cf_authentication
rm -rf node_modules
nvm install && nvm use
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
args:
- -exc
- |
source ~/.profile
. ~/.profile
cd release-git-repo/src/kibana-cf_authentication
nvm install
nvm use
Expand Down

0 comments on commit 8bec348

Please sign in to comment.