From 12f8451f406c4c94743ecd23c0ab3a13084346f3 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 19 Sep 2024 10:57:49 -0400 Subject: [PATCH] wtf Signed-off-by: Xe Iaso --- .gitea/workflows/earthly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index 55c0966..8b1c0a9 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -29,7 +29,7 @@ jobs: run: earthly --version - name: use sattelite Alpha run: | - earthly config 'global.container_frontend' 'docker-shell' + earthly config --verbose 'global.container_frontend' 'docker-shell' earthly org select me-2625 earthly sat select alpha - name: run the earthly hello world