Skip to content

Commit

Permalink
Clean up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oysols committed Sep 8, 2020
1 parent 8913e37 commit 9c2e643
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ TODO

- Modify docker-compose.yml according to requirements
- Optional: Add github oauth client id and secret
- Optional: Add docker registry username and password
- Start server with `docker-compose up -d`
- Authorize auto-generated ssh public key (found in `docker-compose logs` and on disk)
- Optional: Register web-hook `/trigger` for triggering repository scan
Expand All @@ -53,7 +52,6 @@ TODO
# TODO

## Minimalci
- Setup consistent executor queues without relying on local semaphore
- Log jsonlines to stdout?
- Fix print prefix for running executors locally
- Test and verify remote python execution
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ services:

# Optional
- TASKS_FILE=tasks.py
- DOCKER_REGISTRY
- DOCKER_USER
- DOCKER_PASS
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
- GITHUB_AUTHORIZED_USERS # user1,user2,user3
Expand Down

0 comments on commit 9c2e643

Please sign in to comment.