There was an error while loading. Please reload this page.
1 parent e93feda commit 308455bCopy full SHA for 308455b
2 files changed
ci/dockerfiles/docker-cpi/start-bosh.sh
@@ -1,6 +1,10 @@
1
#!/usr/bin/env bash
2
3
set -e
4
+if [[ -n "${DEBUG:-}" ]]; then
5
+ set -x
6
+ export BOSH_LOG_LEVEL=debug
7
+fi
8
9
function generate_certs() {
10
local certs_dir
ci/dockerfiles/warden-cpi/start-bosh.sh
local_bosh_dir="/tmp/local-bosh/director"
0 commit comments