Skip to content

Commit

Permalink
CLOUDP-64365: Remove .env file and update CONTRIBUTING.md (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Aug 20, 2020
1 parent 9379063 commit 568bc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ The following is a short list of commands that can be run in the root of the pro
- Run `make lint` to validate against our linting rules.
- Run `E2E_TAGS=e2e,atlas make e2e-test` will run end to end tests against an Atlas instance,
please make sure to have set `MCLI_*` variables pointing to that instance.
- Run `E2E_TAGS=e2e,cloudmanager make e2e-test` will run end to end tests against an Cloud Manager instance.<br />
Please remember to update `the e2e/cloud_manager/e2e.env` with the name of the host that is running your automation agent and
to set `MCLI_*` variables to point to your Cloud Manager instance.
- Run `E2E_TAGS=cloudmanager,remote,generic make e2e-test` will run end to end tests against an Cloud Manager instance.<br />
Please remember that you need an automation agent running and to set `MCLI_*` variables to point to your Cloud Manager instance.
- Run `make build` to generate a local binary in the `./bin` folder.

We provide a git pre-commit hook to format and check the code, to install it run `make link-git-hooks`.
Expand Down
8 changes: 0 additions & 8 deletions e2e/cloud_manager/e2e.env.example

This file was deleted.

0 comments on commit 568bc47

Please sign in to comment.