try this
This commit is contained in:
		
							parent
							
								
									ecc6778cb1
								
							
						
					
					
						commit
						37a01b325b
					
				|  | @ -31,10 +31,12 @@ before_script: | ||||||
|   # Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive. |   # Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive. | ||||||
|   - openssl aes-256-cbc -K $encrypted_9f3147001275_key -iv $encrypted_9f3147001275_iv -in .secret-files.tar.enc -out .secret-files.tar -d |   - openssl aes-256-cbc -K $encrypted_9f3147001275_key -iv $encrypted_9f3147001275_iv -in .secret-files.tar.enc -out .secret-files.tar -d | ||||||
|   - tar -xf .secret-files.tar |   - tar -xf .secret-files.tar | ||||||
|  |   - gpg --import gpg.signing.key | ||||||
|  |   - rm -f gpg.signing.key .secret-files.tar | ||||||
|  |   - echo "%no-protection" > ~/.rpmmacros | ||||||
|   - source .metadata.sh |   - source .metadata.sh | ||||||
|   - make vendor |   - make vendor | ||||||
| script: | script: | ||||||
|   - gpg --import gpg.signing.key |  | ||||||
|   # Test Go and Docker. |   # Test Go and Docker. | ||||||
|   - make test |   - make test | ||||||
|   - make docker |   - make docker | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue