Skip to content

Commit

Permalink
Remove unused .env file (oamg#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocekm authored Oct 19, 2022
1 parent ab90cc9 commit b339354
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
28 changes: 0 additions & 28 deletions .env.example

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ system_tests/vmdefs/centos*/.vagrant/
.venv/*
.build-images
.install
.images
.pre-commit
.env
.rpms/*
.srpms/*
.idea/
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ install: .install .build-images .env .pre-commit
$(PRE_COMMIT) install --install-hooks
touch $@

.env:
cp .env.example .env

tests-locally: install
. $(VENV)/bin/activate; pytest $(PYTEST_ARGS)

Expand Down

0 comments on commit b339354

Please sign in to comment.