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"
|
namespace = "ci"
|
||||||
type = "batch"
|
type = "batch"
|
||||||
|
|
||||||
datacenters = ["bespin", "corrin"]
|
datacenters = ["neptune"]
|
||||||
priority = 100
|
priority = 100
|
||||||
|
|
||||||
parameterized {
|
parameterized {
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
main.go
2
main.go
|
@ -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"`
|
||||||
|
|
Loading…
Reference in a new issue