Skip to content

Commit

Permalink
Do not try to clone python/pythondotorg
Browse files Browse the repository at this point in the history
We now just check whether the repo is cloned or not.
  • Loading branch information
berkerpeksag committed Sep 29, 2015
1 parent b0fe8c6 commit f452e9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions provisioning/pythondotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@
- name: Restart postgresql
service: name=postgresql state=restarted enabled=yes

- name: Setup git repo
- name: Ensure python/pythondotorg is cloned
sudo: no
git: repo={{ project.repo }}
dest={{ project.path }}
version=master
accept_hostkey=yes
clone=yes
clone=no
update=no

# the venv module doesn't work with Debian version of Python 3.4
- name: Create virtualenv
Expand Down

0 comments on commit f452e9e

Please sign in to comment.