sample-pack-java8/upack.json

15 lines
318 B
JSON

{
"name": "test",
"version": "v1alpha1",
"description": "test pack",
"engines": {
"build": "alpine:3",
"deploy": "alpine:3"
},
"build_steps": [
"./build1.sh", "./build2.sh"
],
"deploy_steps": ["cp /tmp/exec.sh ."],
"main": "./exec.sh",
"author": "test"
}