Do not run the update task in CI context

This commit is contained in:
Tobi Schäfer 2024-05-18 23:28:23 +02:00
parent 7f8c776c57
commit bca560e577
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -147,7 +147,10 @@ distZip {
installDist { installDist {
dependsOn build dependsOn build
if (!System.getenv('CI')) {
finalizedBy 'update' finalizedBy 'update'
}
} }
run { run {