Skip to content

Commit 77fabac

Browse files
smiratalos-bot
authored andcommitted
chore: ignore future pkg/machinery/vX.Y.Z tags
Drone shouldn't build releases for `pkg/machinery/vX.Y.Z` tags. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
1 parent 6b66111 commit 77fabac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.drone.jsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,11 @@ local release_trigger = {
562562
event: [
563563
'tag',
564564
],
565+
ref: {
566+
exclude: [
567+
"refs/tags/pkg/**",
568+
],
569+
},
565570
},
566571
};
567572

0 commit comments

Comments
 (0)