Skip to content

Commit

Permalink
add missing commands to example
Browse files Browse the repository at this point in the history
  • Loading branch information
xiorcale authored and axtloss committed Aug 26, 2024
1 parent 0dadc19 commit aaf0575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/articles/en/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions example/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit aaf0575

Please sign in to comment.