Fix regular builds writing to the wrong tag
This commit is contained in:
parent
93df451c67
commit
e3a4133414
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue