ignore another linter warning
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Grote 2024-07-30 20:21:11 +02:00
parent bbf5ff46ce
commit 1e561beb5d

View file

@ -71,7 +71,7 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& vim +PluginInstall +qall
# setup motd
# hadolint ignore=DL3001,DL4006,DL2086
# hadolint ignore=DL3001,DL4006,SC2086
RUN vim --version | head -1 > /etc/motd \
&& ansible --version | head -1 >> /etc/motd \
&& git -v >> /etc/motd \
@ -81,5 +81,4 @@ RUN vim --version | head -1 > /etc/motd \
&& echo "" >> /etc/motd \
&& echo "ansible-devspace" | figlet -l -w 100 | /usr/games/lolcat >> /etc/motd
ENTRYPOINT ["/home/ansible-dev/start_tmux.sh"]