deleted plugins from repo

This commit is contained in:
Marvin Steadfast 2015-08-24 13:07:35 +00:00
parent a3c6e4c00d
commit fc503123d2
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -47,3 +47,4 @@ nosetests.xml
# OWN STUFF
.ftp_pass.txt
.vagrant/*
pelican-plugins/*

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "pelican-plugins"]
path = pelican-plugins
url = https://github.com/getpelican/pelican-plugins.git

View File

@ -36,3 +36,10 @@
requirements=/vagrant/requirements.txt
virtualenv=~/env
virtualenv_command="virtualenv -p /usr/bin/python3"
- name: clone pelican-plugins
git:
repo=https://github.com/getpelican/pelican-plugins.git
dest=/vagrant/pelican-plugins

@ -1 +0,0 @@
Subproject commit da4487d6be46966818c05abc5b58322139b597e4