From cc3f9c544c69cb4b2f7ab272edf49bfc5aa44b48 Mon Sep 17 00:00:00 2001 From: Tomasz Kajtoch Date: Wed, 26 Jun 2024 14:38:44 +0200 Subject: [PATCH] ci: debug current $HOME --- .buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh b/.buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh index b490fa1b4b3e..80554c153b23 100644 --- a/.buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh +++ b/.buildkite/scripts/pipelines/pipeline_deploy_new_docs.sh @@ -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