summaryrefslogtreecommitdiffstats
path: root/.github/dockerfiles
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-10-28 13:12:44 -0400
committerGitHub <noreply@github.com>2021-10-28 13:12:44 -0400
commit7eb25b2ff51bc7c40a4886c23ac97fb295f242cf (patch)
treef4e43a855ef12d45cdcbd041d6a8c85df773f01a /.github/dockerfiles
parentc7a16dc75c4af1e05a6eab3d92c10fe9f4c49a48 (diff)
Add log grouping in installer and static build code when running under GitHub Actions. (#11720)
* Add log grouping in installer code when running under GitHub Actions. This will make our CI logs much easier to understand. * Add log grouping to static build process. * Use oneliner style group commands in netdata-installer.sh
Diffstat (limited to '.github/dockerfiles')
-rw-r--r--.github/dockerfiles/Dockerfile.build_test1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/dockerfiles/Dockerfile.build_test b/.github/dockerfiles/Dockerfile.build_test
index 3e6ecd187c..718230dfb9 100644
--- a/.github/dockerfiles/Dockerfile.build_test
+++ b/.github/dockerfiles/Dockerfile.build_test
@@ -5,6 +5,7 @@ FROM ${BASE}
ARG PRE
ENV PRE=${PRE}
ENV DO_NOT_TRACK=1
+ENV GITHUB_ACTIONS=true
COPY . /netdata