Skip to content
Snippets Groups Projects
  1. Aug 17, 2021
  2. Aug 16, 2021
  3. Aug 12, 2021
  4. Aug 11, 2021
  5. Aug 02, 2021
  6. Jul 20, 2021
  7. Jul 19, 2021
  8. Jul 15, 2021
  9. Jul 13, 2021
  10. Jul 12, 2021
  11. Jun 30, 2021
  12. Jun 29, 2021
  13. Jun 17, 2021
  14. 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
    • Varac's avatar
      Deploy oas-cluster-variables from .env file · 9f18912e
      Varac authored
      9f18912e
  15. Jun 15, 2021
  16. Jun 14, 2021
Loading