Skip to content
Snippets Groups Projects
Verified Commit 70c764f7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(opentf): Drop unneeded ls

parent 87d25b1d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ build: ...@@ -6,7 +6,6 @@ build:
GIT CLONE https://github.com/opentofu/opentofu.git ./ GIT CLONE https://github.com/opentofu/opentofu.git ./
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
RUN go build -ldflags "-s -w" -mod=readonly -trimpath ./cmd/tofu RUN go build -ldflags "-s -w" -mod=readonly -trimpath ./cmd/tofu
RUN ls -la
SAVE ARTIFACT ./tofu ./tofu SAVE ARTIFACT ./tofu ./tofu
container-internal: container-internal:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment