Skip to content

Commit

Permalink
common: print Linux release name during build in Docker
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Oct 3, 2024
1 parent c347862 commit 2bbc8de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/docker/prepare-for-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2016-2023, Intel Corporation
# Copyright 2016-2024, Intel Corporation

#
# prepare-for-build.sh - is called inside a Docker container; prepares
Expand All @@ -10,6 +10,8 @@

set -e

cat /etc/*release*

# This should be run only on CIs
if [ "$CI_RUN" == "YES" ]; then
# Make sure $WORKDIR has correct access rights
Expand Down

0 comments on commit 2bbc8de

Please sign in to comment.