Skip to content

Commit

Permalink
Remove CI-specific logic for swagger-codegen.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoogieZork committed Nov 1, 2024
1 parent 5036f0f commit c450ec9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ ifndef ANALYZER_DJANGO_SECRET_KEY
export ANALYZER_DB_PORT=5433
endif

ifeq ($(shell whoami),circleci)
SWAGGER_CODEGEN := java -jar swagger-codegen-cli-3.0.11.jar
else
SWAGGER_CODEGEN := swagger-codegen
endif
SWAGGER_CODEGEN := swagger-codegen

# Lambdas
REPO_LAMBDA := ${PREFIX}-repo-handler
Expand Down

0 comments on commit c450ec9

Please sign in to comment.