Skip to content
Snippets Groups Projects
Commit e6ce6ce8 authored by Noe Nieto's avatar Noe Nieto :speech_balloon:
Browse files

Remove this reference to a restricted repo. We'll blend it in with a restricted playbook.

parent b63a8066
No related branches found
No related tags found
No related merge requests found
Pipeline #3523 failed
......@@ -57,22 +57,6 @@
extra_parameters: |
ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://127.0.0.1:9000/var/www/woops.puri.sm"
- name: Clone the woocommerce subscription plugin and create zipfile
hosts: localhost
connection: local
tasks:
- name: Git clone
git:
repo: git@source.puri.sm:liberty/limited/nda_woocommerce_subscriptions.git
dest: "{{ shipwright_box_config_home }}/nda_woocommerce_subscriptions"
version: master
accept_hostkey: yes
- name: Create zipfile
archive:
path: "{{ shipwright_box_config_home }}/nda_woocommerce_subscriptions/plugins/woocommerce-subscriptions/"
format: zip
dest: "{{ shipwright_box_config_home }}/woocommerce-subscriptions.zip"
- name: Clone the LDH username policy plugin for wordpress
hosts: localhost
connection: local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment