Skip to content

Commit

Permalink
ci: debug current $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Jun 26, 2024
1 parent 9f424dc commit cc3f9c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ set -eo pipefail

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

echo "Home: $HOME"
echo "Agent home: $AGENT_HOME"

cat ~/.bashrc

cat ~/.bash_profile
Expand Down

0 comments on commit cc3f9c5

Please sign in to comment.