chore: se adiciona enlance a pipeline
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			fixes #17
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					# 
 | 
				
			||||||
 | 
					# variables que puedo usar? https://woodpecker-ci.org/docs/0.15/usage/environment#built-in-environment-variables
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  tests:
 | 
					  tests:
 | 
				
			||||||
    image: python:3.9
 | 
					    image: python:3.9
 | 
				
			||||||
@@ -21,7 +24,7 @@ pipeline:
 | 
				
			|||||||
        from_secret: matrix_password
 | 
					        from_secret: matrix_password
 | 
				
			||||||
    template: >
 | 
					    template: >
 | 
				
			||||||
      PikPukPak..
 | 
					      PikPukPak..
 | 
				
			||||||
      <p>${CI_COMMIT_AUTHOR}: Task ${CI_BUILD_NUMBER} <font color="green"><b>TODO BIEN EN ${CI_REPO}</b></font></p>
 | 
					      <p>${CI_COMMIT_AUTHOR}: <a href="${CI_BUILD_LINK}">Task ${CI_BUILD_NUMBER}</a> <font color="green"><b>TODO BIEN EN ${CI_REPO}</b></font></p>
 | 
				
			||||||
      <pre><a href="${CI_COMMIT_LINK}">${CI_COMMIT_MESSAGE}</a></pre>
 | 
					      <pre><a href="${CI_COMMIT_LINK}">${CI_COMMIT_MESSAGE}</a></pre>
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      status: [ success ]
 | 
					      status: [ success ]
 | 
				
			||||||
@@ -37,7 +40,7 @@ pipeline:
 | 
				
			|||||||
        from_secret: matrix_password
 | 
					        from_secret: matrix_password
 | 
				
			||||||
    template: >
 | 
					    template: >
 | 
				
			||||||
      PikPukPak..
 | 
					      PikPukPak..
 | 
				
			||||||
      <p>${CI_COMMIT_AUTHOR}: Task ${CI_BUILD_NUMBER} <font color="red"><b>!!!TODO MAL EN ${CI_REPO} </b></font></p>
 | 
					      <p>${CI_COMMIT_AUTHOR}: <a href="${CI_BUILD_LINK}">Task ${CI_BUILD_NUMBER}</a> <font color="red"><b>!!!TODO MAL EN ${CI_REPO} </b></font></p>
 | 
				
			||||||
      <pre><a href="${CI_COMMIT_LINK}">${CI_COMMIT_MESSAGE}</a></pre>
 | 
					      <pre><a href="${CI_COMMIT_LINK}">${CI_COMMIT_MESSAGE}</a></pre>
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      status: [ failure ]
 | 
					      status: [ failure ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user