Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
image-builder
Commits
0ef7c90c
Commit
0ef7c90c
authored
Jun 18, 2019
by
Guido Gunther
Browse files
build: shellcheck root.sh as well
Makes finding changes before building more robust
parent
13ea8d36
Pipeline
#17384
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
0ef7c90c
...
...
@@ -28,6 +28,7 @@ DEPS=\
SHELLCHECK_SCRIPTS
=
\
./build-image
\
./root.sh
\
build/build_kernel_deb.sh
\
$(NULL)
...
...
@@ -56,7 +57,6 @@ clean:
check
:
shellcheck
-x
$(SHELLCHECK_SCRIPTS)
bash
-n
root.sh
publish
:
$(CHECKSUM)
bin/sign-checksum
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment