Skip to content
Snippets Groups Projects
Verified Commit 72dad109 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix nextcloud installation

parent 0acb90e1
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,7 @@ single-sign-on-helm-release:
script:
- *debug_information
# Add optional override values we need for the CI pipeline only
- '[ -f ./install/overrides/oas-${APP}-override.yaml ] && kubectl apply -n oas-apps -f ./install/ci-overrides/oas-${APP}-override.yaml'
- '[ -f ./install/overrides/oas-${APP}-override.yaml ] && kubectl apply -n oas-apps -f ./install/overrides/oas-${APP}-override.yaml'
- bash ./install/install-${APP}.sh
extends:
- .ssh_setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment