Add rest for kie-wb and refactoring
This commit is contained in:
parent
8282128547
commit
97affee12c
18 changed files with 602 additions and 14 deletions
15
configuration/kie-wb/post-commit
Normal file
15
configuration/kie-wb/post-commit
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
# This hook is used to push a mirrored version of all committed files to your remote repo after they are commited
|
||||
|
||||
# Replace this variable with your remote repo name
|
||||
REPO=git@gitlab.pymma-software.com:onisep/onisep-drools-repo.git
|
||||
|
||||
echo
|
||||
echo "==== Sending changes to $REPO repo ===="
|
||||
echo
|
||||
|
||||
git push --mirror $REPO;
|
||||
|
||||
echo
|
||||
echo "==== Donezo ===="
|
||||
echo
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue