dokku / gitlab-ci

A collection of gitlab-ci examples
35 stars 12 forks source link

Invalid after_script value #1

Closed nerg4l closed 3 years ago

nerg4l commented 3 years ago

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