diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2388c5eb70f1ffcb55fa596338920db8ea1bc24..e4f20f677b5c59297e4bd453a71b9c2fcd58a52e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ variables: CI_IMAGE: "paritytech/contracts-ci-linux:production" RUSTY_CACHIER_SINGLE_BRANCH: master RUSTY_CACHIER_DONT_OPERATE_ON_MAIN_BRANCH: "true" + RUSTY_CACHIER_BYPASS: "true" workflow: rules: diff --git a/README.md b/README.md index 990c86133a7faa77004a7d8a1203784c523115a8..2ac95f26c0736d95eff870cd76e21d667472c241 100644 --- a/README.md +++ b/README.md @@ -141,3 +141,6 @@ The entire code within this repository is licensed under the [GPLv3](LICENSE). Please [contact us](https://www.parity.io/contact/) if you have questions about the licensing of our products. + + +