Stages available in the CI provider, for which shortcuts
have been defined. All these functions call run_stage()
with the
corresponding stage name.
Usage
before_install(stages = dsl_load())
install(stages = dsl_load())
after_install(stages = dsl_load())
before_script(stages = dsl_load())
script(stages = dsl_load())
after_success(stages = dsl_load())
after_failure(stages = dsl_load())
before_deploy(stages = dsl_load())
deploy(stages = dsl_load())
after_deploy(stages = dsl_load())
after_script(stages = dsl_load())
Arguments
- stages
[named list]
A named list ofTicStage
objects as returned bydsl_load()
, by default loaded fromtic.R
.