1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00
This commit is contained in:
Hai Liang Wang 2022-04-16 13:42:26 +08:00
parent d40986c005
commit 0d93f63a30

View File

@ -12,6 +12,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- run: | - run: |
cd $GITHUB_WORKSPACE && pwd cd $GITHUB_WORKSPACE && pwd
echo `git log --pretty=format:"%h:%an:%ar: %s <br>" HEAD~5..HEAD` if [ -f ~/.cskefu.rc ]; then source ~/.cskefu.rc; else echo "Not found ~/.cskefu.rc; find info with https://github.com/chatopera/cskefu/issues/688"; exit 1 fi
java -version && mvn -version
$GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh $GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh
cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh