Skip to content

Commit

Permalink
Merge pull request #6 from Iapetus999/more_build_fixes
Browse files Browse the repository at this point in the history
VAULT-893 More build fixes
  • Loading branch information
Iapetus999 authored Feb 11, 2021
2 parents 8d07402 + e8e0a93 commit 75f07da
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export VERSION=${CIRCLE_TAG}
docker-compose ratelimit-build
docker-compose build
docker-compose push
if [[ $VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
Expand Down
46 changes: 0 additions & 46 deletions .github/stale.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/master.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/pullrequest.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/release.yaml

This file was deleted.

7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ services:
- binary:/usr/local/bin/

ratelimit:
image: alpine:3.6
command: >
sh -c "until test -f /usr/local/bin/ratelimit; do sleep 5; done; /usr/local/bin/ratelimit"
image: quay.io/verygoodsecurity/ratelimit:${VERSION:-latest}
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:8080
- 8081:8081
Expand Down

0 comments on commit 75f07da

Please sign in to comment.