Compare commits
3 commits
phoenix-bo
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c1c65a3a7b | |||
| 6ec5fb01ef | |||
| d45092b021 |
4 changed files with 19 additions and 19 deletions
|
|
@ -68,7 +68,7 @@ upload artifacts:
|
||||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||||
- git config --global user.email "gitlab@c4181.xyz"
|
- git config --global user.email "gitlab@c4181.xyz"
|
||||||
- git config --global user.name "gitlab_runner"
|
- git config --global user.name "gitlab_runner"
|
||||||
- git checkout -B "$CI_BUILD_REF_NAME"
|
- git checkout -B "$CI_COMMIT_BRANCH"
|
||||||
- 'mvn -B release:prepare -s ci_settings.xml'
|
- 'mvn -B release:prepare -s ci_settings.xml'
|
||||||
- 'mvn -B release:perform -s ci_settings.xml'
|
- 'mvn -B release:perform -s ci_settings.xml'
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<httpHeaders>
|
<httpHeaders>
|
||||||
<property>
|
<property>
|
||||||
<name>Job-Token</name>
|
<name>Job-Token</name>
|
||||||
<value>${env.CI_JOB_TOKEN}</value>
|
<value>${CI_JOB_TOKEN}</value>
|
||||||
</property>
|
</property>
|
||||||
</httpHeaders>
|
</httpHeaders>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
6
pom.xml
6
pom.xml
|
|
@ -146,17 +146,17 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>gitlab-maven</id>
|
<id>gitlab-maven</id>
|
||||||
<url>${env.CI_SERVER_URL}/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
|
<url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>gitlab-maven</id>
|
<id>gitlab-maven</id>
|
||||||
<url>${env.CI_SERVER_URL}/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
|
<url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>gitlab-maven</id>
|
<id>gitlab-maven</id>
|
||||||
<url>${env.CI_SERVER_URL}/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
|
<url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ import javax.ws.rs.POST;
|
||||||
import javax.ws.rs.Path;
|
import javax.ws.rs.Path;
|
||||||
import javax.ws.rs.core.Response;
|
import javax.ws.rs.core.Response;
|
||||||
|
|
||||||
@Path("bot5478834525:AAHaFxcZLeCd7lbKrCqGB5m9x3DMgVMcYac")
|
@Path("bot5682031576:AAFr53phRURd130PyfJUoPdXQ7svy1wlcwo")
|
||||||
@RegisterRestClient
|
@RegisterRestClient
|
||||||
public interface ProxmoxBotService {
|
public interface ProxmoxBotService {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue