I hereby claim:
- I am jkribeiro on github.
- I am jkribeiro (https://keybase.io/jkribeiro) on keybase.
- I have a public key ASDYwJkRaYjVhy3Pcp0s2hBUkz5XFD8gVihcZmI4l0Ifjwo
To claim this, I am signing this object:
#!/bin/bash | |
SITES=" | |
" | |
# Iterate sites. | |
for site in `echo ${SITES}`; do | |
done |
#!/bin/bash | |
SUBS=" | |
<subA> | |
<subB> | |
" | |
ENVS=" | |
prod | |
" |
#!/usr/bin/env python | |
"""Commit .travis.yml file to the repos""" | |
from git import Repo | |
import os | |
import shutil | |
def main(): | |
""" | |
Where all the action happens. |
#!/bin/bash | |
GITHUB_ORG="<org>" | |
REPOS=" | |
<repoA> | |
<repoB> | |
" | |
BRANCHES=" |
I hereby claim:
To claim this, I am signing this object: