From aaf0575faf9599ab36fb16269894f5f94752d468 Mon Sep 17 00:00:00 2001 From: xiorcale Date: Mon, 26 Aug 2024 19:22:01 +0200 Subject: [PATCH] add missing commands to example --- docs/articles/en/getting-started.md | 3 ++- example/example.yml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/articles/en/getting-started.md b/docs/articles/en/getting-started.md index b8d4967..8cc9c33 100644 --- a/docs/articles/en/getting-started.md +++ b/docs/articles/en/getting-started.md @@ -69,7 +69,8 @@ stages: args: DEBIAN_FRONTEND: noninteractive runs: - - echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends + commands: + - echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends modules: - name: update type: shell diff --git a/example/example.yml b/example/example.yml index fe5d86a..1d970de 100644 --- a/example/example.yml +++ b/example/example.yml @@ -9,7 +9,8 @@ stages: args: DEBIAN_FRONTEND: noninteractive runs: - - echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends + commands: + - echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends modules: - name: update-repo @@ -56,7 +57,8 @@ stages: args: DEBIAN_FRONTEND: noninteractive runs: - - echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends + commands: + - echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends copy: - from: build paths: