Skip to content

Commit

Permalink
profile
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Feb 7, 2024
1 parent 7a70641 commit 9189378
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/ciimage/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ def gen_bashrc(self) -> None:
if [ -f "$HOME/.cargo/env" ]; then
source "$HOME/.cargo/env"
fi
if [ -f /etc/profile ]; then
source /etc/profile
fi
'''

out_file.write_text(out_data, encoding='utf-8')
Expand Down

0 comments on commit 9189378

Please sign in to comment.