更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m19s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m19s
This commit is contained in:
parent
aeb263acf6
commit
64b289be6b
@ -11,12 +11,10 @@ jobs:
|
||||
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
||||
- name: maven
|
||||
run: |
|
||||
- cd ./ruoyi-modules/Property
|
||||
- pwd
|
||||
- mvn clean package -Dmaven.test.skip=true
|
||||
- cp ./ruoyi-modules/Property/target/Property.jar ./docker/jar/
|
||||
- pwd
|
||||
- java -jar ./docker/jar/Property.jar
|
||||
- mvn -B clean package -DskipTests --file ./ruoyi-modules/Property/pom.xml
|
||||
- cp ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
||||
# - pwd
|
||||
# - java -jar ./docker/jar/Property.jar
|
||||
|
||||
# - name: cd
|
||||
# run: cd ruoyi-modules/Property
|
||||
|
Loading…
Reference in New Issue
Block a user