aboutsummaryrefslogtreecommitdiffstats
path: root/sandbox-go/plan.json
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-go/plan.json')
-rw-r--r--sandbox-go/plan.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/sandbox-go/plan.json b/sandbox-go/plan.json
index e4b7b45..b0bcd5b 100644
--- a/sandbox-go/plan.json
+++ b/sandbox-go/plan.json
@@ -1,6 +1,9 @@
{
"base" : "/work/poe/playground/base",
- "environment" : "/work/poe/playground/ruby/2.3.0",
- "source" : "plan.txt",
- "command" : ["/usr/bin/echo", "test"]
+ "source" : "plan.json",
+ "extra" : ["-v"],
+ "compiler" : {
+ "overlay" : "/work/poe/playground/ruby/2.3.0",
+ "command" : ["/opt/bin/ruby", "EXTRA", "PROGRAM"]
+ }
}