Merge pull request #3301 from ntimo/task/drone-ci-latest-release
[CI] Download latest test release
This commit is contained in:
		@@ -15,7 +15,7 @@ steps:
 | 
				
			|||||||
  pull: default
 | 
					  pull: default
 | 
				
			||||||
  image: timovibritannia/ansible
 | 
					  image: timovibritannia/ansible
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - git clone https://github.com/mailcow/mailcow-integration-tests.git .
 | 
					  - git clone https://github.com/mailcow/mailcow-integration-tests.git --branch $(curl -sL https://api.github.com/repos/mailcow/mailcow-integration-tests/releases/latest | jq -r '.tag_name') --single-branch .
 | 
				
			||||||
  - wget -O group_vars/all/secrets.yml $SECRETS_DOWNLOAD_URL --quiet
 | 
					  - wget -O group_vars/all/secrets.yml $SECRETS_DOWNLOAD_URL --quiet
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    SECRETS_DOWNLOAD_URL:
 | 
					    SECRETS_DOWNLOAD_URL:
 | 
				
			||||||
@@ -114,6 +114,6 @@ steps:
 | 
				
			|||||||
    - success
 | 
					    - success
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
kind: signature
 | 
					kind: signature
 | 
				
			||||||
hmac: 9c4ca886f432d00abeb42bf1c8f86af44fa2b92691f514274e6479b0dc8a0ee5
 | 
					hmac: d0ded978bd57646ae10307a3e7fd6584658e285929596ad1ee391cf7330d6338
 | 
				
			||||||
 | 
					
 | 
				
			||||||
...
 | 
					...
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user