Skip to content

Commit

Permalink
...more CI debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
edslocomb committed Nov 5, 2023
1 parent 98115e9 commit a6a5f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/formatters/installers/rustfmt.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ echo -e "\nln -s $HOME/.rustup \$HOME/.rustup" >>/etc/bash.bashrc
echo -e "ln -s $HOME/.cargo \$HOME/.cargo" >>/etc/bash.bashrc
echo -e "source \$HOME/.cargo/env" >>/etc/bash.bashrc
source $HOME/.cargo/env
compgen -u
cat /etc/passwd | cut -d: -f 1
2 changes: 1 addition & 1 deletion test/formatters/run-func.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -euo pipefail

whoami
echo $PATH
echo -e "CI: ${CI}"
ls -la $HOME
which rustup

cd "$(dirname "$0")"
repo="$(cd ../.. && pwd)"
Expand Down

0 comments on commit a6a5f9c

Please sign in to comment.