Skip to content
Snippets Groups Projects
  1. Dec 20, 2021
  2. Dec 15, 2021
  3. Nov 25, 2021
  4. Nov 05, 2021
  5. Nov 02, 2021
  6. Oct 21, 2021
  7. Aug 17, 2021
  8. Aug 16, 2021
  9. Aug 11, 2021
  10. Aug 02, 2021
  11. Jul 20, 2021
  12. Jul 19, 2021
  13. Jul 12, 2021
  14. Jun 30, 2021
  15. Jun 29, 2021
  16. Jun 16, 2021
    • Varac's avatar
      Use bash with pipefail to catch errors in scripts · 9499ba64
      Varac authored
      Otherwise such errors like https://open.greenhost.net/openappstack/openappstack/-/jobs/89464
      are not catched:
      
          $ sh ./install/install-openappstack.sh
          ✚ generating manifests
          :heavy_check_mark: manifests build completed
          ► installing components in flux-system namespace
          ✗ install failed: exec: "kubectl": executable file not found in $PATH
          ✚ generating GitRepository source
          ► applying GitRepository source
          :heavy_check_mark: GitRepository source created
          ◎ waiting for GitRepository source reconciliation
          :heavy_check_mark: GitRepository source reconciliation completed
          :heavy_check_mark: fetched revision: master/fe6c3302
          ✚ generating Kustomization
          ► applying Kustomization
          :heavy_check_mark: Kustomization created
          ◎ waiting for Kustomization reconciliation
          :heavy_check_mark: Kustomization openappstack is ready
          :heavy_check_mark: applied revision master/fe6c3302
      9499ba64
  17. Jun 15, 2021
  18. Jun 14, 2021
Loading