fix(tarvis ci): fix a bug

Fix a code style bug into the style stage
This commit is contained in:
Giulio Coa 2022-08-06 05:15:28 +02:00
parent e09f3a04bd
commit 6d6ab86fd2

View file

@ -41,8 +41,8 @@ jobs:
virt: vm
arch: amd64
script:
- shfmt -d -i 2 -ci -sr auto_install/install.sh
- find scripts/ -type f -exec shfmt -d -i 2 -ci -sr {} \;
- shfmt -d -i 2 -ci -sr -bn auto_install/install.sh
- find scripts/ -type f -exec shfmt -d -i 2 -ci -sr -bn {} \;
- stage: test
name: "OpenVPN Xenial & Commands"