Skip to content

Instantly share code, notes, and snippets.

@carloscasalar
Created January 22, 2020 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carloscasalar/af46371a5da13c5037f31224725d2a83 to your computer and use it in GitHub Desktop.
Save carloscasalar/af46371a5da13c5037f31224725d2a83 to your computer and use it in GitHub Desktop.
Gitlab CI / CD links and tips

Gitlab CI / CD tips

  • Make a task be automatically retried => add retry: 2
  • Allow a task to fail => add allow_failure: true
  • Make a task manually actionable => add when: manual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment