Skip to content

Commit

Permalink
Client building
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Aug 20, 2024
1 parent adbad44 commit 9feaf91
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 @@ -93,7 +93,7 @@ jobs:
<<: *install_gruntwork_utils
- run: |
go mod tidy
pushd examples/client-server
pushd examples/client-server/client
build-go-binaries --app-name terragrunt-iac-engine-client --dest-path bin --ld-flags "-X github.com/gruntwork-io/go-commons/version.Version=$CIRCLE_TAG -extldflags '-static'"
popd
pushd examples/client-server/server
Expand Down

0 comments on commit 9feaf91

Please sign in to comment.