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 0eef5d8 + 4153b8e commit 95d49a5Copy full SHA for 95d49a5
packer/linux/conf/bin/bk-install-elastic-stack.sh
@@ -170,6 +170,9 @@ if [[ -n "${BUILDKITE_AUTHORIZED_USERS_URL}" ]] ; then
170
/etc/cron.hourly/authorized_keys
171
fi
172
173
+# Finish git lfs install
174
+su buildkite-agent -l -c 'git lfs install'
175
+
176
if [[ -n "${BUILDKITE_ELASTIC_BOOTSTRAP_SCRIPT}" ]] ; then
177
/usr/local/bin/bk-fetch.sh "${BUILDKITE_ELASTIC_BOOTSTRAP_SCRIPT}" /tmp/elastic_bootstrap
178
bash < /tmp/elastic_bootstrap
0 commit comments