From a3a8a178fcd4d8580a272c1d4c5dba62daf01267 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 9 Jan 2024 16:04:53 -0600 Subject: [PATCH] Add comment --- .gitea/workflows/test-webapp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test-webapp.yml b/.gitea/workflows/test-webapp.yml index c872db87..49a6afb4 100644 --- a/.gitea/workflows/test-webapp.yml +++ b/.gitea/workflows/test-webapp.yml @@ -41,6 +41,7 @@ jobs: run: ./scripts/create_build_tag_file.sh - name: "Build local shiv package" run: ./scripts/build_shiv_package.sh + # 20240109 - Only needed until the executors are updated. - name: "Install wget" run: apt update && apt install -y wget - name: Start dockerd # Also needed until we can incorporate into the executor