We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7f61e5 + f4ef30b commit 2e34b02Copy full SHA for 2e34b02
packer/windows/conf/buildkite-agent/hooks/environment
@@ -3,7 +3,7 @@ set -eu -o pipefail
3
4
echo "~~~ :earth_asia: Setting up environment variables"
5
# shellcheck source=/dev/null
6
-source ~/cfn-env
+source /c/buildkite-agent/cfn-env
7
8
# a clean docker config for each job, for improved isolation
9
BUILDKITE_DOCKER_CONFIG_TEMP_DIRECTORY=$(mktemp -d)
0 commit comments