ci: update shell scripts location.
This commit is contained in:
parent
538d708ec0
commit
8960137f62
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ bash:
|
||||||
script:
|
script:
|
||||||
- shellcheck --shell=bash
|
- shellcheck --shell=bash
|
||||||
PKGBUILD dists/build.sh
|
PKGBUILD dists/build.sh
|
||||||
tests/packer/src/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh
|
tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh
|
||||||
debian/apparmor.d.postinst debian/apparmor.d.postrm
|
debian/apparmor.d.postinst debian/apparmor.d.postrm
|
||||||
|
|
||||||
golangci-lint:
|
golangci-lint:
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -89,7 +89,7 @@ tests:
|
||||||
lint:
|
lint:
|
||||||
@shellcheck --shell=bash \
|
@shellcheck --shell=bash \
|
||||||
PKGBUILD configure dists/build.sh \
|
PKGBUILD configure dists/build.sh \
|
||||||
tests/packer/src/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh \
|
tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh \
|
||||||
debian/${PKGNAME}.postinst debian/${PKGNAME}.postrm
|
debian/${PKGNAME}.postinst debian/${PKGNAME}.postrm
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue