This commit is contained in:
parent
8ff9b392d7
commit
5d06746b81
@ -7,13 +7,23 @@
|
|||||||
},
|
},
|
||||||
"image": "golang",
|
"image": "golang",
|
||||||
"commands": [
|
"commands": [
|
||||||
|
"echo Building GoJump!",
|
||||||
"go get",
|
"go get",
|
||||||
"go build",
|
"go build",
|
||||||
|
|
||||||
|
"echo Taste Testing Beef",
|
||||||
"./gojump list-tier beef s",
|
"./gojump list-tier beef s",
|
||||||
|
|
||||||
|
"echo Trying to perfectly cook Beef",
|
||||||
"./gojump submit-time beef 127:51.53",
|
"./gojump submit-time beef 127:51.53",
|
||||||
"./gojump submit-time beef 50:20.10",
|
"./gojump submit-time beef 50:20.10",
|
||||||
|
"./gojump get-time beef",
|
||||||
|
|
||||||
|
"echo Avoiding Spoiled Meat",
|
||||||
"./gojump submit-time beef 200:01.009 && false || true",
|
"./gojump submit-time beef 200:01.009 && false || true",
|
||||||
|
"./gojump get-time beef",
|
||||||
|
|
||||||
|
"echo A meal full of Protien is a complete (enough) meal.",
|
||||||
"./gojump list-recently-completed-times"
|
"./gojump list-recently-completed-times"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user