Skip to content

Commit

Permalink
Clean up env file references (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
FyzHsn committed Dec 15, 2022
1 parent 2c070d1 commit decb449
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .env.example

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Changed

- Removed references to `.env` file in the functional test README.

## [0.19.0] - 2022-12-06

### Changed
Expand Down
8 changes: 1 addition & 7 deletions tests/functional_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ pip install -r ./tests/functional_tests/requirements.txt
export PYTHONPATH=$(pwd)
```

Copy create `.env` file:

```sh
cp .env.example .env
```

Fill in the configuration values either manually or from terraform output.
Fill in the configuration values for the SSH executor either manually or from terraform output.

### 2. Run Functional Tests

Expand Down

0 comments on commit decb449

Please sign in to comment.