From fe2e42a3f202bd7152be567d36f1f8ae7d01fc28 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 22 Feb 2024 14:56:17 +0000 Subject: [PATCH] remove exposing echo --- .gitea/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cmake.yml b/.gitea/workflows/cmake.yml index 98059e3..8c46932 100644 --- a/.gitea/workflows/cmake.yml +++ b/.gitea/workflows/cmake.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Prep For Local Builds - run: echo "${LOCIP}" && echo "${LOCIP} gitea.comnenos" >> /etc/hosts + run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts - uses: actions/checkout@v2