Skip to content

Instantly share code, notes, and snippets.

@danieldogeanu
Last active October 3, 2019 20:04
Show Gist options
  • Save danieldogeanu/2ded2ea466adea0f77e459b9d37cf0ed to your computer and use it in GitHub Desktop.
Save danieldogeanu/2ded2ea466adea0f77e459b9d37cf0ed to your computer and use it in GitHub Desktop.
Things to remember about GitLab CI/CD config file.
  • You MUST indent lines in the .gitlab-ci.yml file with 2 spaces and NOT TABS! If you don't do this, the GitLab CI/CD pipeline will fail and say there's unknown characters in your file (this is why).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment