fix pathes
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-30 10:45:27 +02:00
parent cfafbfba52
commit 421014c391
2 changed files with 2 additions and 2 deletions

View file

@ -69,4 +69,4 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
&& vim +PluginInstall +qall
ENTRYPOINT ["/start_tmux.sh"]
ENTRYPOINT ["/home/ansible-user/start_tmux.sh"]

View file

@ -1,4 +1,4 @@
#!/bin/bash
tmux new-session -s ansible-devspace -d
tmux send-keys -t ansible-devspace "/version.sh" Enter
tmux send-keys -t ansible-devspace "/home/ansible-user/version.sh" Enter
tmux attach -t ansible-devspace