From cc677d8872c4da74093f557b55550e191827c75b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Oct 2020 17:41:02 +0300 Subject: foo --- heippa.yaml | 8 ++------ manager-config.yaml | 2 ++ 2 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 manager-config.yaml diff --git a/heippa.yaml b/heippa.yaml index 4ec5f9b..22a98e8 100644 --- a/heippa.yaml +++ b/heippa.yaml @@ -9,10 +9,6 @@ ansible: - build-essential vars: ansible_python_interpreter: /usr/bin/python3 -source: /tmp/heippa -workspace: /tmp/heippa-workspace +source: . build: | - rm -rf .git - rm -f heippa - make - ./heippa + echo hello, world diff --git a/manager-config.yaml b/manager-config.yaml new file mode 100644 index 0000000..9b0e014 --- /dev/null +++ b/manager-config.yaml @@ -0,0 +1,2 @@ +manager_address: manager +log: ~/contractor.log -- cgit v1.2.1