Compare commits
2 Commits
v3.3.4-nat
...
v3.3.6-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf1f52ad54 | ||
|
|
1696261450 |
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
- run: env
|
- run: env && java -version
|
||||||
# 下载仓库源码,依赖node环境,因此构建服务器本地需要下载安装node并设置环境变量
|
# 下载仓库源码,依赖node环境,因此构建服务器本地需要下载安装node并设置环境变量
|
||||||
- name: Checkout repository code
|
- name: Checkout repository code
|
||||||
#使用自定义仓库action
|
#使用自定义仓库action
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<groupId>com.bamanker</groupId>
|
<groupId>com.bamanker</groupId>
|
||||||
<artifactId>myk3sTest</artifactId>
|
<artifactId>myk3sTest</artifactId>
|
||||||
<version>v3.1.0-native</version>
|
<version>v3.1-native</version>
|
||||||
<name>myk3sTest</name>
|
<name>myk3sTest</name>
|
||||||
<description>myk3sTest</description>
|
<description>myk3sTest</description>
|
||||||
<url/>
|
<url/>
|
||||||
|
|||||||
Reference in New Issue
Block a user