From dbd4922f9abc0822019333340d72220d90d30c47 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 24 Mar 2023 16:01:42 +0100 Subject: [PATCH] be more verbose --- .albatros | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.albatros b/.albatros index b30c445..b5fc9b2 100755 --- a/.albatros +++ b/.albatros @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -euxo pipefail -nix build +nix build --print-build-logs #if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then # mkdir -p /kaniko/.docker diff --git a/main.go b/main.go index 1dfad43..a0e3486 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "strings" ) -// Albatros CI +/* Albatros CI */ type GitUser struct { Name string `json:"name"`