mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update maintain-runners.yml
This commit is contained in:
8
.github/workflows/maintain-runners.yml
vendored
8
.github/workflows/maintain-runners.yml
vendored
@@ -150,9 +150,6 @@ jobs:
|
||||
sudo rm -rf changes.txt 2>/dev/null || true
|
||||
sudo rm *.conf 2>/dev/null || true
|
||||
sudo rm *.txt 2>/dev/null || true
|
||||
df
|
||||
cd build || true
|
||||
[[ ! -f .ignore_changes ]] && sudo touch .ignore_changes
|
||||
sudo rm -rf cache/sources/ || true
|
||||
sudo rm -rf output/ || true
|
||||
sudo chown -R $USER:$USER build || true
|
||||
@@ -165,6 +162,11 @@ jobs:
|
||||
path: build
|
||||
clean: true
|
||||
|
||||
- name: Ignore changes
|
||||
run: |
|
||||
|
||||
[[ ! -f build/.ignore_changes ]] && sudo touch build/.ignore_changes
|
||||
|
||||
Finish:
|
||||
name: Finish
|
||||
needs: [Purge]
|
||||
|
||||
Reference in New Issue
Block a user