Compare commits

..

1 Commits

Author SHA1 Message Date
Jens Timmerman eb27907776 download specific version with git
continuous-integration/drone/push Build is failing Details
2021-02-19 12:08:32 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
git:
dest: "{{drone_home}}/drone"
repo: https://github.com/drone/drone.git
version: {{ drone_version }}
version: "{{ drone_version }}"
become: true
become_user : "{{drone_user}}"