Skip to content

Instantly share code, notes, and snippets.

View bstick12's full-sized avatar

Brendan Nolan bstick12

  • Dublin, Ireland
View GitHub Profile
@bstick12
bstick12 / goflake-builder.yml
Created January 14, 2019 15:37
GoFlake Concourse CI pipeline
---
resources:
- name: git-goflake
type: git
source:
uri: git@github.com:bstick12/goflake.git
branch: master
private_key: ((git-ssh-key.private_key))
resource_types:
@bstick12
bstick12 / bumpme
Last active September 23, 2017 21:43
Sat Sep 23 21:43:32 UTC 2017
apiVersion: v1
kind: Service
metadata:
name: redis-master
labels:
app: redis
tier: backend
role: master
spec:
ports:
Must improve quality of English in barbs against Brandon
@bstick12
bstick12 / RibbonClientTest
Created February 12, 2015 21:05
Multi HTTPs request using RibbonClient
package feign.ribbon;
import java.util.List;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import org.junit.Test;