diff options
| author | Jason Mitchell <mitchej@gmail.com> | 2022-07-16 10:04:10 -0700 |
|---|---|---|
| committer | Jason Mitchell <mitchej@gmail.com> | 2022-07-16 10:04:10 -0700 |
| commit | 1ba46be9fb42d4b4e019d1f40377b1f32e3a6c1f (patch) | |
| tree | e57c6b6dd7aaeb03380b712e1f3cd6a397c1a4da /.github/scripts | |
| parent | 03ac249109e00385475774f25270e555f1e1935c (diff) | |
| download | GT5-Unofficial-1ba46be9fb42d4b4e019d1f40377b1f32e3a6c1f.tar.gz GT5-Unofficial-1ba46be9fb42d4b4e019d1f40377b1f32e3a6c1f.tar.bz2 GT5-Unofficial-1ba46be9fb42d4b4e019d1f40377b1f32e3a6c1f.zip | |
Migrate github actions to GTNH-Actions-Workflows
Diffstat (limited to '.github/scripts')
| -rw-r--r-- | .github/scripts/test-no-crash-reports.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/scripts/test-no-crash-reports.sh b/.github/scripts/test-no-crash-reports.sh deleted file mode 100644 index c67e342c06..0000000000 --- a/.github/scripts/test-no-crash-reports.sh +++ /dev/null @@ -1,9 +0,0 @@ -directory="run/crash-reports" -if [ -d $directory ]; then - echo "Crash reports detected:" - cat $directory/* - exit 1 -else - echo "No crash reports detected" - exit 0 -fi |
