Skip to content

Commit

Permalink
Remove leaked basic auth and disable nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
David Smith committed Aug 20, 2018
1 parent da71411 commit d4a81db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 30,011 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Expand Up @@ -7,16 +7,16 @@ workflows:
- dockerfile:
requires:
- build
nightly:
triggers:
- schedule:
cron: "15 0 * * 1-5"
filters:
branches:
only:
- master
jobs:
- loadtest
# nightly:
# triggers:
# - schedule:
# cron: "15 0 * * 1-5"
# filters:
# branches:
# only:
# - master
# jobs:
# - loadtest
jobs:
build:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -25,6 +25,6 @@ _testmain.go
*.test
*.prof

public-people-api
/public-people-api
vendor/*

0 comments on commit d4a81db

Please sign in to comment.