From 70c764f7719e5aee9eaa2e8d2a1ef7bac75115cb Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 30 Sep 2023 03:57:06 +0200 Subject: [PATCH] fix(opentf): Drop unneeded ls --- images/opentf/Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/opentf/Earthfile b/images/opentf/Earthfile index a3b99f310..dc65fac0a 100644 --- a/images/opentf/Earthfile +++ b/images/opentf/Earthfile @@ -6,7 +6,6 @@ build: GIT CLONE https://github.com/opentofu/opentofu.git ./ ENV CGO_ENABLED=0 RUN go build -ldflags "-s -w" -mod=readonly -trimpath ./cmd/tofu - RUN ls -la SAVE ARTIFACT ./tofu ./tofu container-internal: -- GitLab