Skip to content
Snippets Groups Projects
Commit 25518211 authored by nimrod's avatar nimrod
Browse files

Even more debugging.

parent a1b36396
No related branches found
No related tags found
No related merge requests found
Pipeline #1592 passed
#!/bin/sh
set -eu
[ -z "${DEBUG:-}" ] || set -x
if [ -n "${DEBUG:-}" ]
then
set -x
env
fi
command -v terraform >/dev/null || { echo "Can't find the terraform binary, aborting." >&2; exit 1; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment