From 14f07e2609b2ad9491b69f0e570e900a1e42041c Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 4 May 2023 15:16:57 +0200 Subject: [PATCH] re-enable logging --- .albatros | 2 ++ README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.albatros b/.albatros index b23bb1d..6dd63e3 100755 --- a/.albatros +++ b/.albatros @@ -6,7 +6,9 @@ nix run .#build-container if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then # Load secrets +set +x source $SECRET_PATH +set -x # Configure Docker Auth cat > .docker.json <