更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m11s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m11s
This commit is contained in:
parent
9cd88cfea4
commit
aeb263acf6
@ -11,10 +11,8 @@ jobs:
|
|||||||
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: maven
|
||||||
run: |
|
run: |
|
||||||
- echo '开始构建...'
|
- cd ./ruoyi-modules/Property
|
||||||
- echo $PATH
|
- pwd
|
||||||
- echo $JAVA_HOME
|
|
||||||
- java -version
|
|
||||||
- mvn clean package -Dmaven.test.skip=true
|
- mvn clean package -Dmaven.test.skip=true
|
||||||
- cp ./ruoyi-modules/Property/target/Property.jar ./docker/jar/
|
- cp ./ruoyi-modules/Property/target/Property.jar ./docker/jar/
|
||||||
- pwd
|
- pwd
|
||||||
|
Loading…
Reference in New Issue
Block a user