Skip to content

collection-update.step.[stepTechnicalName].run

Determines if an update step should be run or not.

Key: collection-update.step.[stepTechnicalName].run
Type: Boolean
Can be set in: collection.cfg

Description

This is used to skip any step that is normally run during an update or during a commit, merge or vacuum for a push collection.

To skip a step you need to find the technical name of the step, this is usually the name that follows the Step- prefix for that step's log file.

Default Value

By default these values are assumed to be true.

Examples

To skip building auto completion we would set:

collection-update.step.BuildAutoCompletion.run=false

⚠ Caveats

Care must be taken when skipping steps as some later steps may have dependencies on previous steps.

Care must also be taken on upgrades as the technical name for steps may change without notice.

top

Funnelback logo
v15.24.0