Skip to content
Snippets Groups Projects
Unverified Commit 320a282c authored by Varac's avatar Varac
Browse files

Fix enable-APP jobs

TRIGGER_JOBS=enable-monitoring,enable-nextcloud,enable-wekan,enable-wordpress,enable-zulip
parent bbf35234
No related branches found
No related tags found
No related merge requests found
......@@ -379,8 +379,8 @@ install-stackspin:
- *debug_information
# Add optional override values we need for the CI pipeline only
- >
'[ -f ./install/overrides/stackspin-${RESOURCE}-override.yaml ] &&
kubectl apply -n stackspin-apps -f ./install/overrides/stackspin-${RESOURCE}-override.yaml'
[ -f ./install/overrides/stackspin-${RESOURCE}-override.yaml ] &&
kubectl apply -n stackspin-apps -f ./install/overrides/stackspin-${RESOURCE}-override.yaml
- bash ./install/install-app.sh ${RESOURCE}
interruptible: true
......
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