update drone
This commit is contained in:
parent
ce8687c1a4
commit
b5ded80d26
@ -24,12 +24,17 @@ local Pipeline(os, release) = {
|
|||||||
auto_tag: false,
|
auto_tag: false,
|
||||||
force_tag: true,
|
force_tag: true,
|
||||||
daemon_off: false,
|
daemon_off: false,
|
||||||
|
},
|
||||||
|
when: {
|
||||||
|
event: {
|
||||||
|
include: [
|
||||||
|
"tag",
|
||||||
|
"cron"
|
||||||
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
trigger: {
|
|
||||||
event: ['tag'],
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user