Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created February 13, 2018 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcheng1982/fa44328905bf32df1872b296e9321341 to your computer and use it in GitHub Desktop.
Save alexcheng1982/fa44328905bf32df1872b296e9321341 to your computer and use it in GitHub Desktop.
Bitbucket Pipelines
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