From 8960137f623cc5deaff04d33f90b083f98bfc8ec Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 24 Apr 2023 15:28:33 +0100 Subject: [PATCH] ci: update shell scripts location. --- .gitlab-ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd01ac43..609b0fb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ bash: script: - shellcheck --shell=bash 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 golangci-lint: diff --git a/Makefile b/Makefile index 0c3e107f..e3a0a0b0 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ tests: lint: @shellcheck --shell=bash \ 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 clean: