mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 11:20:15 +00:00
fix(tarvis ci): fix a bug
Fix a code style bug into the style stage
This commit is contained in:
parent
e09f3a04bd
commit
6d6ab86fd2
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ jobs:
|
||||||
virt: vm
|
virt: vm
|
||||||
arch: amd64
|
arch: amd64
|
||||||
script:
|
script:
|
||||||
- shfmt -d -i 2 -ci -sr auto_install/install.sh
|
- shfmt -d -i 2 -ci -sr -bn auto_install/install.sh
|
||||||
- find scripts/ -type f -exec shfmt -d -i 2 -ci -sr {} \;
|
- find scripts/ -type f -exec shfmt -d -i 2 -ci -sr -bn {} \;
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: "OpenVPN Xenial & Commands"
|
name: "OpenVPN Xenial & Commands"
|
||||||
|
|
Loading…
Reference in a new issue