Skip to content

Commit

Permalink
Noodling
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed May 8, 2024
1 parent 1e30450 commit e6d533e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ jobs:
steps:
- name: Identify yourself
run: |
whoami
id -u
id -g
ls -lh /__w/_temp/_runner_file_commands
id -u ubuntu
id -g ubuntu
echo
cat /etc/passwd
cat /etc/group
whoami
id -u
id -g
ls -lh /__w/_temp/_runner_file_commands
id -u ubuntu
id -g ubuntu
echo
cat /etc/passwd
cat /etc/group
-name: Force clean
run: |
sudo rm -rf /__w/firedrake/firedrake
run: |
sudo rm -rf /__w/firedrake/firedrake
- uses: actions/checkout@v4
- name: Cleanup
if: ${{ always() }}
Expand Down

0 comments on commit e6d533e

Please sign in to comment.