You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@
11
11
# "owner" - The owner of the repository to release to e.g. betaflight
12
12
# "repoName" - The name of the repository to release to e.g. betaflight-configurator-nightly
13
13
14
+
variables:
15
+
owner: betaflight
16
+
repoName: betaflight-tx-lua-scripts-nightlies
17
+
releaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
0 commit comments