Compare commits
	
		
			No commits in common. "e7adfb9e89c1bfa9795db3f14d9863f5a2d678f3" and "436fa2bd90bbec721bd048e71da8bf64794509ce" have entirely different histories.
		
	
	
		
			e7adfb9e89
			...
			436fa2bd90
		
	
		
					 3 changed files with 19 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -1,20 +1,30 @@
 | 
			
		|||
kind: pipeline
 | 
			
		||||
type: docker
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
  - name: test
 | 
			
		||||
    when:
 | 
			
		||||
      event: [tag, push]
 | 
			
		||||
    image: maven:3-jdk-11
 | 
			
		||||
    commands:
 | 
			
		||||
      - mvn -B -DskipTests clean package
 | 
			
		||||
      - mvn test -B
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /home/docker/woodpecker/files/m2:/root/.m2
 | 
			
		||||
      - name: m2
 | 
			
		||||
        path: /root/.m2
 | 
			
		||||
 | 
			
		||||
  - name: archive-artifact
 | 
			
		||||
    when:
 | 
			
		||||
      event: [tag, push]
 | 
			
		||||
    image: alpine:latest
 | 
			
		||||
    commands:
 | 
			
		||||
      - mkdir -p /builds/konogonka
 | 
			
		||||
      - cp target/konogonka-*jar /builds/konogonka/
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /home/www/builds:/builds
 | 
			
		||||
      - name: builds
 | 
			
		||||
        path: /builds
 | 
			
		||||
 | 
			
		||||
volumes:
 | 
			
		||||
  - name: m2
 | 
			
		||||
    host:
 | 
			
		||||
      path: /home/docker/drone/files/m2
 | 
			
		||||
  - name: builds
 | 
			
		||||
    host:
 | 
			
		||||
      path: /home/www/builds
 | 
			
		||||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
# konogonka
 | 
			
		||||
 | 
			
		||||
 [](https://ci.redrise.ru/repos/10)
 | 
			
		||||
 [](https://ci.redrise.ru/desu/konogonka)
 | 
			
		||||
 | 
			
		||||
GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/konogonka) 
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										13
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								pom.xml
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -40,15 +40,6 @@
 | 
			
		|||
        </developer>
 | 
			
		||||
    </developers>
 | 
			
		||||
 | 
			
		||||
    <repositories>
 | 
			
		||||
        <repository>
 | 
			
		||||
            <id>redrise</id>
 | 
			
		||||
            <name>redrise.ru repository</name>
 | 
			
		||||
            <url>https://repo.redrise.ru/releases</url>
 | 
			
		||||
        </repository>
 | 
			
		||||
    </repositories>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <properties>
 | 
			
		||||
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
			
		||||
        <maven.build.timestamp.format>yyyyMMdd.HHmmss</maven.build.timestamp.format>
 | 
			
		||||
| 
						 | 
				
			
			@ -150,7 +141,7 @@
 | 
			
		|||
        <dependency>
 | 
			
		||||
            <groupId>ru.redrise</groupId>
 | 
			
		||||
            <artifactId>libKonogonka</artifactId>
 | 
			
		||||
            <version>0.1</version>
 | 
			
		||||
            <version>0.1-SNAPSHOT</version>
 | 
			
		||||
            <scope>compile</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -248,4 +239,4 @@
 | 
			
		|||
            </plugin>
 | 
			
		||||
        </plugins>
 | 
			
		||||
    </build>
 | 
			
		||||
</project>
 | 
			
		||||
</project>
 | 
			
		||||
		Loading…
	
		Reference in a new issue