From e4308ef0d2dba24bbb1f88aa03e35ec5da3a5b5f Mon Sep 17 00:00:00 2001 From: Alex Band Date: Wed, 10 Mar 2021 09:46:18 +0100 Subject: [PATCH 1/2] Remove superfluous header --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2b4a35a0..169e9ca6 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ can lean more about Krill and RPKI technology by reading our documentation on ## Quick Start with Pre-built Packages -### Disclaimer - Assuming you have a machine running a recent Debian or Ubuntu distribution, you can install Krill from our [software package repository](https://packages.nlnetlabs.nl). To use this repository, add the line below that corresponds to your operating system to From 880073bfacf26654149cd514a538fc07d57365ca Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Fri, 12 Mar 2021 23:36:45 +0100 Subject: [PATCH 2/2] Enable e2e testing of the dev branch --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7c9de6e6..13f07da9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -36,6 +36,7 @@ on: pull_request: branches: - master + - v0.8.1-bis jobs: krill_e2e_test: