Skip to content

Commit decb449

Browse files
authored
Clean up env file references (#60)
1 parent 2c070d1 commit decb449

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

.env.example

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10+
### Changed
11+
12+
- Removed references to `.env` file in the functional test README.
13+
1014
## [0.19.0] - 2022-12-06
1115

1216
### Changed

tests/functional_tests/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ pip install -r ./tests/functional_tests/requirements.txt
1010
export PYTHONPATH=$(pwd)
1111
```
1212

13-
Copy create `.env` file:
14-
15-
```sh
16-
cp .env.example .env
17-
```
18-
19-
Fill in the configuration values either manually or from terraform output.
13+
Fill in the configuration values for the SSH executor either manually or from terraform output.
2014

2115
### 2. Run Functional Tests
2216

0 commit comments

Comments
 (0)