Added ci builds and commented out tests, that are using some external prometheus (?!?1??)
Some checks failed
Build with maven / build (push) Failing after 1m1s
Some checks failed
Build with maven / build (push) Failing after 1m1s
This commit is contained in:
@ -4,12 +4,30 @@
|
||||
|
||||
<groupId>com.bdwise.prometheus.client</groupId>
|
||||
<artifactId>promql_client</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<version>0.1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<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