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"
type = "batch"
datacenters = ["bespin", "corrin"]
datacenters = ["neptune"]
priority = 100
parameterized {

View File

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

View File

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