Update workflow
This commit is contained in:
parent
04c8be6524
commit
835e117e1d
|
@ -32,7 +32,7 @@ env:
|
|||
UPLOAD_FIRMWARE: false
|
||||
UPLOAD_BIN_DIR: false
|
||||
REMOVE_OLD_RELEASE: false
|
||||
REMOVE_WORKFLOW_RUNS: false
|
||||
REMOVE_WORKFLOW_RUNS: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -46,8 +46,8 @@ jobs:
|
|||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
run: |
|
||||
docker rmi `docker images -q`
|
||||
echo "Deleting files, please wait ..."
|
||||
docker rmi `docker images -q`
|
||||
sudo rm -rf \
|
||||
/usr/share/dotnet \
|
||||
/etc/mysql \
|
||||
|
|
Loading…
Reference in New Issue