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:30:47 +02:00
parent 087979635f
commit 047a5f2a27

View File

@ -21,6 +21,7 @@ steps:
image: ubuntu:latest
pull: if-not-exists
commands:
- /bin/bash
- . $HOME/.bashrc
- touch /tmp/testfile{1..4}
- ls -l /tmp/testfile*
@ -37,6 +38,7 @@ steps:
image: ubuntu:latest
pull: if-not-exists
commands:
- /bin/bash
- . $HOME/.bashrc
- touch /tmp/testfile{1..4}
- ls -l /tmp/testfile*
@ -54,6 +56,7 @@ steps:
image: ubuntu:latest
pull: if-not-exists
commands:
- /bin/bash
- . $HOME/.bashrc
- touch /tmp/testfile{1..4}
- ls -l /tmp/testfile*