saagie / updatarium

Updatarium : Update everything
Apache License 2.0
14 stars 6 forks source link

Bypass alreadyExecuted check and always execute a changeset #81

Closed PierreLeresteux closed 4 years ago

PierreLeresteux commented 4 years ago

You can add a parameter in the ChangeSet scope to bypass the check (is ChangeSet already executed ?) and execute it at each run.

It can be a boolean in the ChangeSet declaration (false by default)