Commit 4dc20bf0bda0ff8d1e0443c7cc2702a1010a95fd
1 parent
c228a91b
Change REPO_URL for https
Conflicts: fabfile.py
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
fabfile.py
@@ -164,7 +164,6 @@ def update_code(): | @@ -164,7 +164,6 @@ def update_code(): | ||
164 | run('git checkout {}'.format(REPO_BRANCH)) | 164 | run('git checkout {}'.format(REPO_BRANCH)) |
165 | run('git pull') | 165 | run('git pull') |
166 | 166 | ||
167 | - | ||
168 | @task | 167 | @task |
169 | def bootstrap(): | 168 | def bootstrap(): |
170 | """Bootstrap machine to run fabric tasks""" | 169 | """Bootstrap machine to run fabric tasks""" |