Skip to content

Commit

Permalink
ci: source .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Jun 25, 2024
1 parent fda691a commit 216ba74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

set -eo pipefail

# include utils
# include .bashrc and utils
source ~/.bashrc
source .buildkite/scripts/common/utils.sh

echo "Current user: $(whoami)"
Expand Down

0 comments on commit 216ba74

Please sign in to comment.