Skip to content

Instantly share code, notes, and snippets.

View macharmi's full-sized avatar
🏠
Working from home

Mohamed Ali Charmi macharmi

🏠
Working from home
View GitHub Profile
@albertstill
albertstill / circle.yml
Created January 21, 2016 09:24
CircleCI parameterized build example
machine:
ruby:
version: 2.2.3
dependencies:
pre:
- sudo pip install awscli
# gets verion 1.15 instead of 1.13.4
- sudo apt-get update; sudo apt-get install wget