Skip to content

Instantly share code, notes, and snippets.

View pswenson's full-sized avatar

phil swenson pswenson

  • Denver, Colorado
View GitHub Profile
test:
docker:
- image: circleci/node:4.8.2-jessie
- image: mongo:3.4.4-jessie
steps:
- checkout
- run:
name: Test
command: make test
- run:
#!/bin/bash
set -e
# List of etcd servers (http://ip:port), comma separated
export ETCD_ENDPOINTS=
# Specify the version (vX.Y.Z) of Kubernetes assets to deploy
export K8S_VER=v1.3.6_coreos.0
# Hyperkube image repository to use.
@pswenson
pswenson / beer.json
Last active September 16, 2015 16:04
{
"abv":"6.2",
"available":{
"description":"Available year round as a staple beer.",
"id":1,
"name":"Year Round"
},
"availableId":1,
"createDate":"2012-01-03 02:43:38",
"description":"",