From 52d5fdd55c9b0abf340a2c26e8fa5195e522faac Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 5 Oct 2020 11:12:54 +0300 Subject: run nop build once --- try.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 try.sh diff --git a/try.sh b/try.sh new file mode 100755 index 0000000..38e1030 --- /dev/null +++ b/try.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +set -eu -o pipefail + +./contractor -c manager-config.yaml build nop.yaml +rm -f ~/contractor.log -- cgit v1.2.1