[tor-commits] [dip/master] Build gitlab-shell with make

hiro at torproject.org hiro at torproject.org
Mon Jan 13 15:09:30 UTC 2020


commit 26b174c80cc0bf928ad3c09fa1d22eb9688ea60f
Author: Bastian Blank <waldi at 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"
 





More information about the tor-commits mailing list