Added ci builds and commented out tests, that are using some external prometheus (?!?1??)
All checks were successful
Build with maven / build (push) Successful in 59s
All checks were successful
Build with maven / build (push) Successful in 59s
This commit is contained in:
@ -10,6 +10,24 @@
|
||||
<name>promql_client</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>https://gitea.gavt45.ru/api/packages/public/maven</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
<url>https://gitea.gavt45.ru/api/packages/public/maven</url>
|
||||
</repository>
|
||||
<!-- <snapshotRepository>
|
||||
<id>gitea</id>
|
||||
<url>https://gitea.gavt45.ru/api/packages/public/maven</url>
|
||||
</snapshotRepository> -->
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
Reference in New Issue
Block a user