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.
1 parent 2586051 commit 3f3329dCopy full SHA for 3f3329d
_packer/create.sh
@@ -11,4 +11,5 @@ if [[ -z "${HCLOUD_TOKEN:-}" ]]; then
11
export HCLOUD_TOKEN=$hcloud_token
12
fi
13
echo "Running packer build for talos-hcloud.pkr.hcl"
14
-packer init . && packer build .
+SCRIPT_DIR="$(dirname "$0")"
15
+packer init $SCRIPT_DIR && packer build $SCRIPT_DIR
0 commit comments