Compare commits
No commits in common. "5aa2580ef743ceec48b8d798ccbeb906f92b5914" and "250536d8a244374c09eaeb4ad4cafe3cb214c75d" have entirely different histories.
5aa2580ef7
...
250536d8a2
2 changed files with 3 additions and 5 deletions
|
@ -14,8 +14,7 @@ steps:
|
|||
group: lint
|
||||
|
||||
shellcheck:
|
||||
image: registry.gitlab.com/pipeline-components/shellcheck
|
||||
group: lint
|
||||
image: koalaman/shellcheck-alpine
|
||||
commands:
|
||||
- find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck -e SC2015
|
||||
- find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck
|
||||
...
|
||||
|
|
|
@ -21,11 +21,10 @@ apt-get update \
|
|||
command-not-found \
|
||||
curl \
|
||||
elinks \
|
||||
eza \
|
||||
exa \
|
||||
fd-find \
|
||||
fzf \
|
||||
git \
|
||||
git-delta \
|
||||
glances \
|
||||
highlight \
|
||||
htop \
|
||||
|
|
Loading…
Reference in a new issue