Skip to content
Snippets Groups Projects
  1. Jul 22, 2022
    • Update Bot's avatar
      There is no such thing as a default stage · 22bc29db
      Update Bot authored
      So expand it ourselves
      22bc29db
    • Update Bot's avatar
      Re-add stages · 74e4049d
      Update Bot authored
      GitLab docs explicitly say `needs` does not require stages but GitLab actual behavior is:
      
      ```
      Found errors in your .gitlab-ci.yml:
      
          update-staging job needs system-tests job, but system-tests is not in any previous stage
          update-staging job needs morph-build-staging job, but morph-build-staging is not in any previous stage
      
      ```
      74e4049d
    • Update Bot's avatar
      Remove the redundant `when: "always"` · ef789b4e
      Update Bot authored
      The default is `when: "on_success"` which is equivalent to "always" since we
      have no stages.
      ef789b4e
  2. Jul 15, 2022
  3. Jul 13, 2022
  4. Jul 12, 2022
  5. Jun 13, 2022
  6. Oct 05, 2021
  7. Oct 01, 2021
  8. Sep 22, 2021
  9. Sep 16, 2021
  10. Jul 19, 2021
  11. Jul 14, 2021
  12. Jul 07, 2021
  13. Jul 01, 2021
  14. Jun 30, 2021
Loading