diff --git a/deployment/data-model.nix b/deployment/data-model.nix index d567e0d1..80589f69 100644 --- a/deployment/data-model.nix +++ b/deployment/data-model.nix @@ -553,7 +553,7 @@ let (pkgs.callPackage ./run/tf-proxmox/tf.nix { inherit sources; }) ]) '' - set -xe + set -e # bash ./infra/proxmox-remove.sh \ # --api-url "https://${proxmox-host}:8006/api2/json" \ diff --git a/deployment/run/tf-proxmox/run.sh b/deployment/run/tf-proxmox/run.sh index 7ab6236d..9225eb07 100644 --- a/deployment/run/tf-proxmox/run.sh +++ b/deployment/run/tf-proxmox/run.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -set -xeuo pipefail +set -euo pipefail declare tf_env export TF_LOG=info