commit 26b174c80cc0bf928ad3c09fa1d22eb9688ea60f Author: Bastian Blank waldi@debian.org Date: Thu Dec 26 20:52:48 2019 +0100
Build gitlab-shell with make --- roles/gitlab-shell/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/gitlab-shell/tasks/main.yml b/roles/gitlab-shell/tasks/main.yml index f491ee7..fe05bd8 100644 --- a/roles/gitlab-shell/tasks/main.yml +++ b/roles/gitlab-shell/tasks/main.yml @@ -8,7 +8,7 @@ diff: false
- name: build - command: bin/compile + command: make build args: chdir: "{{ ansible_user_dir }}/gitlab-shell"
tor-commits@lists.torproject.org