add source of .bashrc
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 18:29:33 +02:00
parent 4414ae9598
commit 087979635f

View File

@ -10,7 +10,6 @@ steps:
image: ubuntu:latest image: ubuntu:latest
pull: if-not-exists pull: if-not-exists
commands: commands:
- /bin/bash
- echo ". $HOME/trash.sh" > $HOME/.bashrc - echo ". $HOME/trash.sh" > $HOME/.bashrc
- . $HOME/.bashrc - . $HOME/.bashrc
- ls -la $HOME/.trash/ - ls -la $HOME/.trash/
@ -22,7 +21,7 @@ steps:
image: ubuntu:latest image: ubuntu:latest
pull: if-not-exists pull: if-not-exists
commands: commands:
- /bin/bash - . $HOME/.bashrc
- touch /tmp/testfile{1..4} - touch /tmp/testfile{1..4}
- ls -l /tmp/testfile* - ls -l /tmp/testfile*
- trash /tmp/testfile* - trash /tmp/testfile*
@ -38,7 +37,7 @@ steps:
image: ubuntu:latest image: ubuntu:latest
pull: if-not-exists pull: if-not-exists
commands: commands:
- /bin/bash - . $HOME/.bashrc
- touch /tmp/testfile{1..4} - touch /tmp/testfile{1..4}
- ls -l /tmp/testfile* - ls -l /tmp/testfile*
- trash /tmp/testfile* - trash /tmp/testfile*
@ -55,7 +54,7 @@ steps:
image: ubuntu:latest image: ubuntu:latest
pull: if-not-exists pull: if-not-exists
commands: commands:
- /bin/bash - . $HOME/.bashrc
- touch /tmp/testfile{1..4} - touch /tmp/testfile{1..4}
- ls -l /tmp/testfile* - ls -l /tmp/testfile*
- trash /tmp/testfile* - trash /tmp/testfile*