Skip to content

Commit

Permalink
docker{,-rootful}.yaml: fix for yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
  • Loading branch information
norio-nomura committed Jul 26, 2024
1 parent 03053ec commit e5a135d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docker-rootful.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ provision:
fi
export DEBIAN_FRONTEND=noninteractive
curl -fsSL https://get.docker.com | sh
- mode: user # configure docker under non-root user
- mode: user # configure docker under non-root user
script: |
#!/bin/bash
set -eux -o pipefail
Expand Down
2 changes: 1 addition & 1 deletion examples/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ provision:
fi
export DEBIAN_FRONTEND=noninteractive
curl -fsSL https://get.docker.com | sh
- mode: user # configure docker under non-root user
- mode: user # configure docker under non-root user
script: |
#!/bin/bash
set -eux -o pipefail
Expand Down

0 comments on commit e5a135d

Please sign in to comment.