summaryrefslogtreecommitdiff
path: root/roles/pipeliner/tasks/pipeline.yml
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-06-22 13:51:45 +0100
committerNick White <git@njw.name>2021-06-22 14:27:21 +0100
commit48020c6e284efe49de173d414842b916de9845a7 (patch)
treec946be71744a46ad4e684adbf3aa6a0c2b2999bd /roles/pipeliner/tasks/pipeline.yml
parent82fa78799faa363a018da364576d97bb76c6a2cb (diff)
Have updatepipeline script only compile and install bookpipeline
As the rescribe tool now does embed stuff, it won't build until a go generate call is done. So rather than unnecessarily building all bookpipeline tools, which would fail now, just do bookpipeline.
Diffstat (limited to 'roles/pipeliner/tasks/pipeline.yml')
-rw-r--r--roles/pipeliner/tasks/pipeline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pipeliner/tasks/pipeline.yml b/roles/pipeliner/tasks/pipeline.yml
index d6674b1..9572c60 100644
--- a/roles/pipeliner/tasks/pipeline.yml
+++ b/roles/pipeliner/tasks/pipeline.yml
@@ -20,7 +20,7 @@
- name: Get and build bookpipeline and dependencies
command:
- cmd: go install ./...
+ cmd: go install ./cmd/bookpipeline
chdir: /home/{{ ansible_user }}/src/bookpipeline
become: no