change content
This commit is contained in:
parent
4c8ea6cec9
commit
52587ae44a
3 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@ job "builder" {
|
|||
namespace = "ci"
|
||||
type = "batch"
|
||||
|
||||
datacenters = ["bespin", "corrin"]
|
||||
datacenters = ["neptune"]
|
||||
priority = 100
|
||||
|
||||
parameterized {
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
set -euxo pipefail
|
||||
|
||||
echo "hook on $DRV_PATH"
|
||||
echo "hook on $DRV_PATH" 1>&2
|
||||
|
|
2
main.go
2
main.go
|
@ -15,6 +15,8 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// Albatros
|
||||
|
||||
type GitUser struct {
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
|
|
Loading…
Reference in a new issue