forked from fediversity/fediversity
unlog steps
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
2732ec2379
commit
8e3902848d
2 changed files with 2 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#! /usr/bin/env bash
|
||||
set -xeuo pipefail
|
||||
set -euo pipefail
|
||||
declare tf_env
|
||||
|
||||
export TF_LOG=info
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue