sample-pack-java8/upack.json

15 lines
318 B
JSON
Raw Normal View History

2021-08-18 19:21:48 +08:00
{
"name": "test",
"version": "v1alpha1",
"description": "test pack",
"engines": {
2021-08-19 17:12:12 +08:00
"build": "alpine:3",
"deploy": "alpine:3"
2021-08-18 19:21:48 +08:00
},
"build_steps": [
"./build1.sh", "./build2.sh"
],
"deploy_steps": ["cp /tmp/exec.sh ."],
2021-08-19 12:02:02 +08:00
"main": "./exec.sh",
"author": "test"
2021-08-18 19:21:48 +08:00
}