Skip to content

Instantly share code, notes, and snippets.

View srjha's full-sized avatar
🎯
Focusing

Shashi Ranjan srjha

🎯
Focusing
View GitHub Profile
@srjha
srjha / bitbucket-pipelines.yml
Created May 14, 2019 14:02
Pipeline to setup EKS with terraform on bitbucket
image: atlassian/default-image:2
pipelines:
# By default (master branch) only validation is going to be triggered
default:
- step:
deployment: test
name: EKS Infra build and validate
script:
- mkdir -p ~/bin