Skip to content

Commit

Permalink
ci(tools): add /etc/profile.d/r.sh to ~/.bashrc in gh-setup-env
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Mar 30, 2024
1 parent 02d3d49 commit 271f1e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/citools/common/gh-setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ main() {

print_ruler

source /etc/profile.d/r.sh || track_errors

echo Adding source /etc/profile.d/r.sh to ~/.bashrc
echo '. /etc/profile.d/r.sh' | tee -a "${HOME}/.bashrc" || track_errors
printf "\n"

print_ruler

tail -n 1000 -v "${GITHUB_PATH}"

print_ruler
Expand Down

0 comments on commit 271f1e1

Please sign in to comment.