diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-28 14:18:16 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-11-28 14:18:16 -0700 |
| commit | f8ec26529bf36d1a8cce1c320308e31bd9cd797f (patch) | |
| tree | cf29d6237ff6455471c1804ed14d45fadf2f7cf0 /jjb/run.sh | |
| parent | 559b3ee77ebe583dae2984ba1c25ea398693995b (diff) | |
rearranging files to support two remotes
Diffstat (limited to 'jjb/run.sh')
| -rwxr-xr-x | jjb/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ #!/bin/bash -ini="${1}" +site="${1}" virtualenv venv . venv/bin/activate venv/bin/pip install --upgrade -r requirements.txt -jenkins-jobs --conf "${ini}" update --delete-old yaml/ +jenkins-jobs --conf "${site}.ini" update --delete-old "yaml/${site}" |
