be more verbose

This commit is contained in:
Quentin 2023-03-24 16:01:42 +01:00
parent 1e5e0c5764
commit dbd4922f9a
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -15,7 +15,7 @@ import (
"strings"
)
// Albatros CI
/* Albatros CI */
type GitUser struct {
Name string `json:"name"`