be more verbose
This commit is contained in:
parent
1e5e0c5764
commit
dbd4922f9a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
main.go
2
main.go
|
@ -15,7 +15,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// Albatros CI
|
||||
/* Albatros CI */
|
||||
|
||||
type GitUser struct {
|
||||
Name string `json:"name"`
|
||||
|
|
Loading…
Reference in a new issue