Skip to content

Commit c8a6bff

Browse files
committed
Rename Drone clone step
Rename Drone clone step from `custom` to `clone`. The name appears in the web UI so it matters
1 parent 22ff8a4 commit c8a6bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# We override the default clone step to workaround a bug with GitHub (see #3415)
22
clone:
3-
custom:
3+
clone:
44
image: plugins/git
55
commands:
66
- sleep 5s

0 commit comments

Comments
 (0)