Skip to content

Instantly share code, notes, and snippets.

View ramonnteixeira's full-sized avatar

Ramon Nunes Teixeira ramonnteixeira

View GitHub Profile
@ramonnteixeira
ramonnteixeira / bitbucket-pipelines.yml
Created March 20, 2022 14:43
Complete lambda pipeline with bitbucket
image: node:16
clone:
depth: full
definitions:
caches:
sonar: ~/.sonar/cache
services:
docker-6g:
type: docker