Revert "publish 0.4.0"

This reverts commit f0493cea
This commit is contained in:
曾文豪
2023-02-15 15:43:15 +08:00
parent 29e45fff7f
commit c6662407a7
12 changed files with 31 additions and 35 deletions

View File

@@ -9,5 +9,11 @@ deploy-jar:
rules:
- if: $CI_COMMIT_TAG
script:
- mvn clean deploy
- mvn clean deploy -Dmaven.test.skip -DaltDeploymentRepository=master::default::file:/usr/local/nginx/html/kepai-repo
- cd /usr/local/nginx/html/kepai-repo
- git checkout master
- git pull
- git add .
- git commit -m "deploy $CI_PROJECT_NAME $CI_COMMIT_TAG"
- git push origin master