Skip to content

Implement after_script which allows to do cleanups as part of the build process

Kamil Trzcińśki requested to merge after-script into master

This implements after_script in global context.

The after_script will be executed always after the job, even if the job were canceled.

This requires changes on Runner side that will be implemented in 1.2.

cc @tmaczukin @grzesiek

Merge request reports