diff options
author | redmatrix <redmatrix@redmatrix.me> | 2016-01-04 01:20:01 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2016-01-04 01:20:01 -0800 |
commit | 2dd9e27a44722c16c2860af28c8d5ec276634628 (patch) | |
tree | 84c52b2e8386ca77887fb0909fde3cdd95d50269 /.openshift/action_hooks/deploy | |
parent | 26ed0b0f341b1b977555339e5b56d4549bc7ebe4 (diff) | |
parent | 35fd21531a05765c982431bd130d4e598c69ecaf (diff) | |
download | volse-hubzilla-2dd9e27a44722c16c2860af28c8d5ec276634628.tar.gz volse-hubzilla-2dd9e27a44722c16c2860af28c8d5ec276634628.tar.bz2 volse-hubzilla-2dd9e27a44722c16c2860af28c8d5ec276634628.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to '.openshift/action_hooks/deploy')
-rwxr-xr-x | .openshift/action_hooks/deploy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index f3f187d43..1dca4a5e8 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -203,3 +203,8 @@ util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-themes.git DeadSu echo "Try to add or update Hubzilla ownMapp" cd ${OPENSHIFT_REPO_DIR} util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp + +# Hubzilla Chess +echo "Try to add or update Hubzilla chess to Hubzilla on OpenShift" +cd ${OPENSHIFT_REPO_DIR} +util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess |