Created
February 13, 2018 08:17
-
-
Save alexcheng1982/fa44328905bf32df1872b296e9321341 to your computer and use it in GitHub Desktop.
Bitbucket Pipelines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: | |
name: <aws_account_id>.dkr.ecr.<region>.amazonaws.com/maven | |
aws: | |
access-key: $AWS_ACCESS_KEY | |
secret-key: $AWS_SECRET_KEY | |
pipelines: | |
default: | |
- step: | |
caches: | |
- gradle | |
script: | |
- bash ./gradlew publish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment