jjb: Use java 1.8 with SLES builds
[lttng-ci.git] / scripts / common / override-build-std.sh
1 #!/bin/bash
2 #
3 # SPDX-FileCopyrightText: 2020 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
4 # SPDX-License-Identifier: GPL-2.0-or-later
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
9 set -exu
10
11 # shellcheck disable=SC2034
12 build=std
This page took 0.029179 seconds and 4 git commands to generate.