Skip to content

Instantly share code, notes, and snippets.

View emazzotta's full-sized avatar

Emanuele Mazzotta emazzotta

View GitHub Profile
@emazzotta
emazzotta / keybase.md
Last active March 16, 2016 21:45
keybase.md

Keybase proof

I hereby claim:

  • I am emazzotta on github.
  • I am emazzotta (https://keybase.io/emazzotta) on keybase.
  • I have a public key ASBL1IdJ9khViG2DT2OCW78Z6PbLZABYNW0sFhxYYgkaKAo

To claim this, I am signing this object:

#!/usr/bin/python
# calculator.py
class Calculator:
def add(self, x, y):
return x+y
# This an excerpt from shop.gocd.yaml
pipelines:
shop_build:
group: shop
label_template: "${shop_git[:8]}"
materials:
shop_git:
git: git@github.com:our-org/our-repo.git
stages:
- build: