mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +02:00
cleanup
This commit is contained in:
parent
aac052da46
commit
9254c22d70
2 changed files with 2 additions and 4 deletions
|
@ -45,8 +45,6 @@ install:
|
|||
- sudo cp -v ~/.ssh/id_rsa.pub $LXC_ROOTFS/root/.ssh/authorized_keys
|
||||
- sudo apt-get install build-essential libssl-dev libffi-dev python-dev && sudo pip install -r requirements.txt
|
||||
- pip install ansible-lint
|
||||
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
|
||||
script:
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
* Check that your issue is not already described in the [FAQ](docs/faq.md), [troubleshooting](docs/troubleshooting.md) docs, or an [existing issue](https://github.com/trailofbits/algo/issues)
|
||||
* Did you remember to install the dependencies for your operating system prior to installing Algo?
|
||||
* We only support modern operating systems, e.g. macOS 10.11+, iOS 9+, Windows 10+, Ubuntu 17.04+, etc.
|
||||
* We only support modern clients, e.g. macOS 10.11+, iOS 9+, Windows 10+, Ubuntu 17.04+, etc.
|
||||
* Cloud provider support is limited to DO, AWS, GCE, and Azure. Any others are best effort only.
|
||||
* If you need to file a new issue, fill out any relevant fields in the Issue Template
|
||||
* If you need to file a new issue, fill out any relevant fields in the Issue Template.
|
||||
|
||||
### Pull Requests
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue