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
|
group: lint
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
image: registry.gitlab.com/pipeline-components/shellcheck
|
image: koalaman/shellcheck-alpine
|
||||||
group: lint
|
|
||||||
commands:
|
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 \
|
command-not-found \
|
||||||
curl \
|
curl \
|
||||||
elinks \
|
elinks \
|
||||||
eza \
|
exa \
|
||||||
fd-find \
|
fd-find \
|
||||||
fzf \
|
fzf \
|
||||||
git \
|
git \
|
||||||
git-delta \
|
|
||||||
glances \
|
glances \
|
||||||
highlight \
|
highlight \
|
||||||
htop \
|
htop \
|
||||||
|
|
Loading…
Reference in a new issue