summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-04 17:41:02 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-04 17:41:02 +0300
commitcc677d8872c4da74093f557b55550e191827c75b (patch)
treeb29ee43441d9f1f56167c974fbda2200e626f226
parent97999ca67b834b1216108e542cdb73010e36930d (diff)
downloadick-contractor-cc677d8872c4da74093f557b55550e191827c75b.tar.gz
foo
-rw-r--r--heippa.yaml8
-rw-r--r--manager-config.yaml2
2 files changed, 4 insertions, 6 deletions
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