jjb: Correct param builds for linux 6.9-rc1
[lttng-ci.git] / scripts / common / override-build-std.sh
CommitLineData
51c9c62d 1#!/bin/bash
3f7ea864 2#
2c34ea14
MJ
3# SPDX-FileCopyrightText: 2020 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
4# SPDX-License-Identifier: GPL-2.0-or-later
3f7ea864
JR
5
6# This file should be used as a jenkins job builder RAW import allowing the
7# override of the "build" variable on shell builder execution.
8
51c9c62d
MJ
9set -exu
10
3f7ea864
JR
11# shellcheck disable=SC2034
12build=std
This page took 0.025597 seconds and 4 git commands to generate.