From 5ecfe6a1af8a12ee47ee5ae334ef02321a4c27b0 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@beagleboard.org> Date: Mon, 3 Jul 2023 13:58:07 -0400 Subject: [PATCH] ci: gitlab-build.sh: env, i want to make sure only docker. --- gitlab-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitlab-build.sh b/gitlab-build.sh index cbe2604d..119d332c 100755 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -38,6 +38,9 @@ HERE echo "**** Updating $PAGES_URL/$VER_DIR ****" + echo "**** env ****" + env + echo "**** make clean ****" # Clean build directory make clean BUILDDIR=public/$VER_DIR -- GitLab