Skip to content

Commit

Permalink
fix: remove git diff from ci (#2014)
Browse files Browse the repository at this point in the history
Just removing that last debug change. It looks like it was errtrace
genrating code.
  • Loading branch information
gak authored Jul 9, 2024
1 parent aef7543 commit 2f9d001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ build +tools: build-protos build-zips build-frontend
#!/bin/bash
shopt -s extglob

git diff

if [ "${FTL_DEBUG:-}" = "true" ]; then
for tool in $@; do go build -o "{{RELEASE}}/$tool" -tags release -gcflags=all="-N -l" -ldflags "-X github.com/TBD54566975/ftl.Version={{VERSION}} -X github.com/TBD54566975/ftl.Timestamp={{TIMESTAMP}}" "./cmd/$tool"; done
else
Expand Down

0 comments on commit 2f9d001

Please sign in to comment.