change content

This commit is contained in:
Quentin 2023-03-24 15:53:14 +01:00
parent 4c8ea6cec9
commit 52587ae44a
Signed by: quentin
GPG key ID: E9602264D639FF68
3 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ job "builder" {
namespace = "ci" namespace = "ci"
type = "batch" type = "batch"
datacenters = ["bespin", "corrin"] datacenters = ["neptune"]
priority = 100 priority = 100
parameterized { parameterized {

View file

@ -2,3 +2,4 @@
set -euxo pipefail set -euxo pipefail
echo "hook on $DRV_PATH" echo "hook on $DRV_PATH"
echo "hook on $DRV_PATH" 1>&2

View file

@ -15,6 +15,8 @@ import (
"strings" "strings"
) )
// Albatros
type GitUser struct { type GitUser struct {
Name string `json:"name"` Name string `json:"name"`
Email string `json:"email"` Email string `json:"email"`