From 6bba313f17a1a845e3929f9665d97b9f6ba18a07 Mon Sep 17 00:00:00 2001 From: Evaldo Felipe Date: Fri, 10 Jan 2025 15:29:40 -0300 Subject: [PATCH] test Signed-off-by: Evaldo Felipe --- scripts/pre-build-env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pre-build-env.sh b/scripts/pre-build-env.sh index 8b5269170..5d89cbec7 100755 --- a/scripts/pre-build-env.sh +++ b/scripts/pre-build-env.sh @@ -11,7 +11,9 @@ curl -o ${FILE_PATH} "https://${GH_TOKEN}@${GIT_ENV_REPO}/${FILE_REMOTE}" echo "Updated data at ${FILE_PATH}" echo "exporting.." + cat /tmp/output.env source /tmp/output.env + echo $GIT_ENV_EXPORTED else echo "No env exported"