From 42fb678c9122db87829c444628ec66221e7c0246 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 16 Jan 2023 13:50:27 -0300 Subject: Added pipefail to scripts --- yams | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yams') diff --git a/yams b/yams index 300ae8d..38d92ee 100755 --- a/yams +++ b/yams @@ -1,5 +1,6 @@ #!/bin/bash -set -eo pipefail +set -euxo pipefail + dc="docker-compose -f " -- cgit v1.2.3