File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,8 @@ all: bin/coreos-assembler mantle
1919
2020src: =$(shell find src -maxdepth 1 -type f -executable -print)
2121pysources =$(shell find src -type f -name '* .py') $(shell for x in $(src ) ; do if head -1 $$x | grep -q python; then echo $$x; fi; done)
22- src_checked: =$(patsubst src/% ,src/.% .shellchecked,${src})
2322tests: =$(shell find tests -maxdepth 1 -type f -executable -print)
24- tests_checked: =$(patsubst tests/% ,tests/.% .shellchecked,${tests})
2523cwd: =$(shell find . -maxdepth 1 -type f -executable -print)
26- cwd_checked: =$(patsubst ./% ,.% .shellchecked,${cwd})
2724GOARCH: =$(shell uname -m)
2825export COSA_META_SCHEMA: =$(shell pwd) /src/v1.json
2926ifeq ($(GOARCH ) ,x86_64)
@@ -45,10 +42,8 @@ bin/coreos-assembler:
4542 cd cmd && go build -mod vendor -o ../$@
4643.PHONY : bin/coreos-assembler
4744
48- .% .shellchecked : %
49- ./tests/check_one.sh $< $@
50-
51- shellcheck : ${src_checked} ${tests_checked} ${cwd_checked}
45+ shellcheck :
46+ ci/shellcheck
5247
5348check : flake8 pycheck schema-check mantle-check cosa-go-check
5449 echo OK
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments