Skip to content

Commit

Permalink
chore: continue build_and_split on error and add a tree statement
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rinehart committed Jan 9, 2022
1 parent e193994 commit 9844b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build_and_split.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# exit if any step fails
set -e
#set -e

GITHUB_WORKSPACE=${GITHUB_WORKSPACE:-$(pwd)}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build JohnOS 🔨🔨🔨
run: |
tree -l -L 8 {{ github.workspace }}
${{ github.workspace }}/repo/.github/build_and_split.sh
tree -l -L 8 {{ github.workspace }}
df -lh # check how much space compared to before
Expand Down

0 comments on commit 9844b61

Please sign in to comment.