jjb: lttng-tools: rework pre/post build scripts
[lttng-ci.git] / scripts / lttng-tools / postbuild_wait_10_seconds.sh
1 #!/bin/bash
2 #
3 # SPDX-FileCopyrightText: 2023 Michael Jeanson <mjeanson@efficios.com>
4 #
5 # SPDX-License-Identifier: GPL-2.0-or-later
6
7 set -exu
8
9 sleep 10s
10
11 # EOF
This page took 0.030083 seconds and 4 git commands to generate.