diff --git a/.drone.jsonnet b/.drone.jsonnet index de447bc..7055af0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -9,7 +9,7 @@ local build(contrib=false) = { "VERSION": "7.2.10-r2" }, "commands": [ - "./write-tags.sh $VERSION contrib > .tags", + "./write-tags.sh $VERSION" + (if contrib then " contrib" else " ") + "> .tags", "# Will build the following tags:", "cat .tags" ]