mirror of https://github.com/waku-org/nwaku.git
ci: cleanup workspaces after every build to save space
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f140a71d6d
commit
09876ae82b
|
@ -75,6 +75,7 @@ pipeline {
|
|||
post {
|
||||
success { script { github.notifyPR(true) } }
|
||||
failure { script { github.notifyPR(false) } }
|
||||
always { cleanWs() }
|
||||
} // post
|
||||
} // pipeline
|
||||
|
||||
|
|
Loading…
Reference in New Issue