From 1fdef757b6bf7cbe4760bc2f11594fb769c015d4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 3 Jan 2021 22:22:32 +0100 Subject: [PATCH] Adapt other bunch of fixtures to changes --- .../sabayon-overlay/0.20191205/definition.yaml | 2 ++ .../sabayon-overlay/0.20191212/build.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191205/definition.yaml b/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191205/definition.yaml index f7a760d4..16451f91 100644 --- a/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191205/definition.yaml +++ b/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191205/definition.yaml @@ -1,3 +1,5 @@ category: "layer" name: "build-sabayon-overlay" version: "0.20191205" +steps: +- echo "foo" \ No newline at end of file diff --git a/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191212/build.yaml b/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191212/build.yaml index d5241468..973d1aed 100644 --- a/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191212/build.yaml +++ b/tests/fixtures/complex/selection/sabayon-build-overlays/sabayon-overlay/0.20191212/build.yaml @@ -5,3 +5,5 @@ requires: - category: "layer" name: "sabayon-build-portage" version: ">=0.1" +steps: +- echo "foo" \ No newline at end of file