In all example after_script defined in the following format:
after_script: dokku-unlock
Simply copy pasting it makes the deployment fail with the following error:
Found errors in your .gitlab-ci.yml:
jobs:deploy:after_script config should be an array containing strings and arrays of strings
You can also test your .gitlab-ci.yml in CI Lint
In all example
after_script
defined in the following format:Simply copy pasting it makes the deployment fail with the following error: