feat: test v1
This commit is contained in:
commit
f0d2e20652
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
while true ; do
|
||||
echo "executing..."
|
||||
sleep 1
|
||||
done
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "test",
|
||||
"version": "v1alpha1",
|
||||
"description": "test pack",
|
||||
"engines": {
|
||||
"build": "tester:v1",
|
||||
"deploy": "tester:v1"
|
||||
},
|
||||
"build_steps": [
|
||||
"./build1.sh", "./build2.sh"
|
||||
],
|
||||
"deploy_steps": ["cp /tmp/exec.sh ."],
|
||||
"main": "./exec.sh"
|
||||
}
|
Loading…
Reference in New Issue