As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
  1. Aug 09, 2024
  2. Jun 17, 2024
  3. Jun 01, 2024
  4. May 24, 2024
  5. May 09, 2024
  6. Mar 29, 2024
  7. Mar 21, 2024
  8. Feb 16, 2024
  9. Feb 15, 2024
  10. Feb 08, 2024
  11. Jan 29, 2024
  12. Jan 18, 2024
  13. Jan 02, 2024
  14. Nov 24, 2023
  15. Oct 12, 2023
  16. Sep 08, 2023
  17. Sep 07, 2023
  18. Sep 06, 2023
  19. Aug 02, 2023
  20. Jul 06, 2023
  21. Jun 29, 2023
  22. Jun 16, 2023
  23. Apr 13, 2023
  24. Apr 07, 2023
  25. Mar 07, 2023
  26. Feb 08, 2023
  27. Jan 27, 2023
  28. Jun 23, 2022
  29. May 05, 2022
  30. Apr 18, 2022
  31. Feb 02, 2022
  32. Sep 16, 2021
    • Kevin's avatar
      makefile: properly quote '$' in VERSION_STRING · 726945b3
      Kevin authored
      If git is not available or gitlab-shell is not built in a repository, it falls back the VERSION file. That command is not properly escaped and results in the message:
      
      > awk: cmd. line:1: Unexpected token
      
      When you remove the `2>/dev/null`. Escape the '$' characters to solve this.
      726945b3
Loading