Skip to content

Commit 4230464

Browse files
authored
Remove make .env (#857)
1 parent 48acc50 commit 4230464

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.env
21
src/datadog_api_client/version.py
32
.generator/lib
43
site

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: all
2-
all: .generator .env
2+
all: .generator
33
@rm -rf ./src/datadog_api_client/
44
@pre-commit run --all-files --hook-stage=manual openapi-generator || true
55
@cp -r v1/datadog_api_client ./src/
@@ -11,7 +11,3 @@ all: .generator .env
1111
@pre-commit run --all-files --hook-stage=manual autoflake || echo "modified files"
1212
@pre-commit run --all-files --hook-stage=manual black || echo "modified files"
1313
@pre-commit run --all-files --hook-stage=manual api-docs || echo "modified files"
14-
15-
.PHONY: .env
16-
.env:
17-
@echo "export UID=$(shell id -u)\nexport GID=$(shell id -g)" > $@

0 commit comments

Comments
 (0)