-
- Downloads
Use bash with pipefail to catch errors in scripts
Otherwise such errors like https://open.greenhost.net/openappstack/openappstack/-/jobs/89464 are not catched: $ sh ./install/install-openappstack.sh ✚ generating manifestsmanifests build completed ► installing components in flux-system namespace ✗ install failed: exec: "kubectl": executable file not found in $PATH ✚ generating GitRepository source ► applying GitRepository source GitRepository source created ◎ waiting for GitRepository source reconciliation GitRepository source reconciliation completed fetched revision: master/fe6c3302 ✚ generating Kustomization ► applying Kustomization Kustomization created ◎ waiting for Kustomization reconciliation Kustomization openappstack is ready applied revision master/fe6c3302
Showing
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- install/install-nextcloud.sh 3 additions, 1 deletioninstall/install-nextcloud.sh
- install/install-openappstack.sh 3 additions, 1 deletioninstall/install-openappstack.sh
- install/install-rocketchat.sh 3 additions, 1 deletioninstall/install-rocketchat.sh
- install/install-velero.sh 3 additions, 1 deletioninstall/install-velero.sh
- install/install-wordpress.sh 3 additions, 1 deletioninstall/install-wordpress.sh
Loading
Please register or sign in to comment