Skip to content

Commit

Permalink
Update config.yml - fix ldflags command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorlin authored Mar 26, 2024
1 parent 34962c7 commit 54a3948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
mkdir -p build/${goos[$i]}-${goarch[$i]}
GOOS=${goos[$i]} GOARCH=${goarch[$i]} go build -o build/${goos[$i]}-${goarch[$i]}/lilypad-${goos[$i]}-${goarch[$i]} \
-v -ldflags=" -X 'github.com/lilypad-tech/lilypad/cmd/lilypad.VERSION=$$(git describe --tags --abbrev=0)' \
-X 'github.com/lilypad-tech/lilypad/cmd/lilypad.COMMIT_SHA=$$(git rev-parse HEAD)'
-X 'github.com/lilypad-tech/lilypad/cmd/lilypad.COMMIT_SHA=$$(git rev-parse HEAD)'"
done
- persist_to_workspace:
root: build/
Expand Down

0 comments on commit 54a3948

Please sign in to comment.