aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/uhd-pipeline.yml')
-rw-r--r--.ci/uhd-pipeline.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml
index 30f44f4a5..8ea2eb4f5 100644
--- a/.ci/uhd-pipeline.yml
+++ b/.ci/uhd-pipeline.yml
@@ -4,6 +4,11 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
#
+parameters:
+- name: release_binaries
+ type: boolean
+ default: false
+
trigger:
batch: true
branches:
@@ -24,3 +29,5 @@ pr: none
extends:
template: templates/stages-uhd-pipeline.yml
+ parameters:
+ release_binaries: ${{ parameters.release_binaries }}