From 8bec348b02a93d7f0246881f19b253d63c29e50e Mon Sep 17 00:00:00 2001 From: = Date: Tue, 2 Jul 2024 12:26:44 -0700 Subject: [PATCH] fix: replace `source` with `.` --- ci/install-node-modules.yml | 2 +- ci/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/install-node-modules.yml b/ci/install-node-modules.yml index d2b2e15..56c52c3 100644 --- a/ci/install-node-modules.yml +++ b/ci/install-node-modules.yml @@ -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 diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 90fa030..6be8ecb 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -171,7 +171,7 @@ jobs: args: - -exc - | - source ~/.profile + . ~/.profile cd release-git-repo/src/kibana-cf_authentication nvm install nvm use