maintain a version info for docker_compose yaml files among release (#1141)

Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
This commit is contained in:
Louie Tsai
2024-11-17 22:39:41 -08:00
committed by GitHub
parent 83172e9a99
commit 152adf8012
27 changed files with 120 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
pushd "../../../../../" > /dev/null
source .set_env.sh
popd > /dev/null