From 339df49dc0a35f136925c6b91ab99b879a213dea Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 5 Oct 2020 11:12:35 +0300 Subject: configure nop.yaml to use worker image outside src --- nop.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nop.yaml b/nop.yaml index 4ecef9d..8d168cd 100644 --- a/nop.yaml +++ b/nop.yaml @@ -1,4 +1,4 @@ -worker-image: ~/tmp/contractor/worker.img -source: nop +worker-image: ~/worker.img +source: . build: | echo hello, world -- cgit v1.2.1