chore: update building script path.
This commit is contained in:
parent
6cbc1a5b47
commit
1088426811
2 changed files with 8 additions and 14 deletions
|
|
@ -23,7 +23,7 @@ bash:
|
|||
image: koalaman/shellcheck-alpine
|
||||
script:
|
||||
- shellcheck --shell=bash
|
||||
PKGBUILD configure
|
||||
PKGBUILD configure dists/build.sh
|
||||
debian/apparmor.d.postinst debian/apparmor.d.postrm
|
||||
|
||||
golangci-lint:
|
||||
|
|
@ -32,12 +32,6 @@ golangci-lint:
|
|||
script:
|
||||
- golangci-lint run
|
||||
|
||||
hadolint:
|
||||
stage: lint
|
||||
image: hadolint/hadolint:latest-alpine
|
||||
script:
|
||||
- hadolint dists/build/*/Dockerfile
|
||||
|
||||
sast:
|
||||
stage: lint
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue