更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
d26346396f
commit
95b3904d3d
@ -9,10 +9,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
||||||
- name: maven
|
- name: Build with Maven
|
||||||
run: |
|
run: mvn -B clean package -DskipTests --file pom.xml
|
||||||
- mvn -B clean package -DskipTests --file pom.xml
|
- name: cp
|
||||||
- cp ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
||||||
|
|
||||||
|
# - copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
||||||
# - pwd
|
# - pwd
|
||||||
# - java -jar ./docker/jar/Property.jar
|
# - java -jar ./docker/jar/Property.jar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user