Skip to content

Commit

Permalink
Merge pull request #222 from talex5/new-ocurrent
Browse files Browse the repository at this point in the history
Update to latest OCurrent
  • Loading branch information
talex5 authored Jul 17, 2020
2 parents 9038d81 + c1e73aa commit a94d6da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To add the CI to your own project:
1. Go to https://github.com/apps/ocaml-ci and install the app for your GitHub user.
2. Configure just the repositories you want to test (start with one!).
3. Ask us to add you to the alpha-testers list by submitting a PR against this
repository adding yourself to `--github-account-whitelist` in `stack.yml`.
repository adding yourself to `--github-account-allowlist` in `stack.yml`.
4. Report bugs :-)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ secrets:
services:
ci:
image: ocurrent/ocaml-ci-service:live
command: --github-app-id 39151 --github-private-key-file /run/secrets/ocaml-ci-github-key --github-account-whitelist "talex5,ocurrent,ocaml,mirage,avsm,samoht,kit-ty-kate,tarides,aantron,ocamllabs,realworldocaml,NathanReb,0install,gpetiot,ocaml-ppx,CraigFe,pascutto,julow,vocal-project,vbmithr,gs0510,magnuss,dune-universe,janestreet,emillon,capnproto,ocaml-opam,ocaml-dune,favonia" --confirm above-average --confirm-auto-release 120 --capnp-address=tcp:ci.ocamllabs.io:8102 --github-oauth /run/secrets/ocaml-ci-oauth
command: --github-app-id 39151 --github-private-key-file /run/secrets/ocaml-ci-github-key --github-account-allowlist "talex5,ocurrent,ocaml,mirage,avsm,samoht,kit-ty-kate,tarides,aantron,ocamllabs,realworldocaml,NathanReb,0install,gpetiot,ocaml-ppx,CraigFe,pascutto,julow,vocal-project,vbmithr,gs0510,magnuss,dune-universe,janestreet,emillon,capnproto,ocaml-opam,ocaml-dune,favonia" --confirm above-average --confirm-auto-release 120 --capnp-address=tcp:ci.ocamllabs.io:8102 --github-oauth /run/secrets/ocaml-ci-oauth
environment:
- "CI_PROFILE=production"
- "DOCKER_BUILDKIT=1"
Expand Down

0 comments on commit a94d6da

Please sign in to comment.