diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-03 12:23:42 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-03 12:23:42 +0100 |
commit | b4ccc625969da290af1e1619119c8a995c1c3f31 (patch) | |
tree | 1780fd19e5caa1b9a4045a7cfbbdca9f7e1c7431 /.openshift/action_hooks | |
parent | 5b0a17359d6b5b3e27219c9e56117f1017996175 (diff) | |
download | volse-hubzilla-b4ccc625969da290af1e1619119c8a995c1c3f31.tar.gz volse-hubzilla-b4ccc625969da290af1e1619119c8a995c1c3f31.tar.bz2 volse-hubzilla-b4ccc625969da290af1e1619119c8a995c1c3f31.zip |
Add Hubzilla Chess repo to deploy script
Diffstat (limited to '.openshift/action_hooks')
-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..77f5bd999 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" +cd ${OPENSHIFT_REPO_DIR} +util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess |