test without .bashrc tmux auto-attach
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m38s

This commit is contained in:
Michael Grote 2024-09-13 19:10:26 +02:00
parent e4f0364077
commit 503b45cc2b
2 changed files with 2 additions and 1 deletions

View file

@ -63,7 +63,6 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
&& rm ~/.bashrc \
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
&& vim +PluginInstall +qall
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .

View file

@ -1,3 +1,5 @@
#!/bin/bash
tmux new-session -s ansible-devspace -d
tmux attach -t ansible-devspace
ln -s ~/dotfiles/.bash_extra ~/.bashrc
source ~/.bashrc