Skip to content
Snippets Groups Projects

[#33] Ckeditor4 LTS integration

Merged Francisco Borges Aurindo Barros requested to merge ckeditor4-lts into v10.2-0
Compare and
11 files
+ 76
26
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -13,7 +13,7 @@
fi
export CLONE_FROM=$(oc get drupalsite -l ci-clone-source=true --no-headers -o custom-columns=name:.metadata.name)
export CLONE_FROM=$(oc get drupalsite -n ${NAMESPACE} -l ci-clone-source=true --no-headers -o custom-columns=name:.metadata.name)
# Validate we only get one website to clone from
if [[ $(echo $CLONE_FROM | wc -w ) != "1" ]]; then
echo "Error, expected 1 website to clone from, got $CLONE_FROM"
@@ -38,7 +38,6 @@
ret_code=$?
if [[ $ret_code != 0 ]]; then
echo "❌ Website failed to be provisioned as expected, error: ${working}"
delete_site
exit 1
fi
Loading