Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denys-klymenko-sigma committed Sep 16, 2024
1 parent f28a97f commit 4f12f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ workflows:
filters:
branches:
only:
- main
- main
- feature/align-fork-with-origin
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ build:
CGO_ENABLED=1 CXX=clang++ go build \
-o $(BIN_PATH)/bigquery-emulator \
-ldflags='-s -w -X main.version=${VERSION} -X main.revision=${REVISION} ${STATIC_LINK_FLAG}' \
-toolexec 'gtime -v' \
./cmd/bigquery-emulator

docker-build:
Expand Down

0 comments on commit 4f12f3a

Please sign in to comment.