Update 'tasks/main.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
jens 2021-08-26 16:27:39 +00:00
parent 73aaea212e
commit 9ee2f16184
1 changed files with 0 additions and 7 deletions

View File

@ -36,13 +36,6 @@
- "Restart drone"
when: ansible_service_mgr == "systemd"
- name: "Build drone"
command: 'go build'
become: true
become_user : "{{ drone_user }}"
notify: "Restart drone"
args:
chdir: "{{ drone_home }}/drone/cmd/drone-server"
- name: "Clone runner"
get_url: