From 5a7ca45600b99fa1784e98179f90eed60172d363 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 31 Oct 2024 11:32:15 +0100 Subject: [PATCH] ci: replace deprecated workflow syntax --- .woodpecker/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 661dc8b..c47325e 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -6,9 +6,9 @@ when: - ${CI_REPO_DEFAULT_BRANCH} variables: + - &molecule_image quay.io/thegeeklab/ansible-dev-tools:1 - &molecule_base - image: quay.io/thegeeklab/ansible-dev-tools:1 - group: molecule + depends_on: [] environment: PY_COLORS: "1" HCLOUD_TOKEN: @@ -16,6 +16,7 @@ variables: steps: - name: molecule-default + image: *molecule_image <<: *molecule_base commands: - molecule test -s default