Skip to content

Commit

Permalink
GODRIVER-2724 Move faas to cmd/
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Dec 7, 2023
1 parent 9e9f49d commit bdb3a6d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test-short:
.PHONY: build-faas-awslambda
build-faas-awslambda:
$(if $(MONGODB_URI),,$(error MONGODB_URI is not set))
$(MAKE) -C internal/faas/awslambda
$(MAKE) -C internal/cmd/faas/awslambda

### Evergreen specific targets. ###
.PHONY: build-aws-ecs-test
Expand Down
2 changes: 1 addition & 1 deletion etc/api_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
# Generate and parse the report.
gorelease -base=$BASE_SHA > api-report.txt || true
cat api-report.txt
go run ./internal/test/parse-api-report/main.go
go run ./internal/cmd/parse-api-report/main.go
rm api-report.txt

# Make the PR comment.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bdb3a6d

Please sign in to comment.