0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00

Another attempt

Dieser Commit ist enthalten in:
Angus McLeod 2018-03-06 12:07:58 +08:00
Ursprung afed49e0bd
Commit 24d9517324

Datei anzeigen

@ -1,12 +1,4 @@
# We want to use the KVM-based system, so require sudo
sudo: required
services:
- docker
before_install:
- plugin_name=${PWD##*/} && echo $plugin_name
- chmod -R 777 .
after_success:
- pip install virtualenv
- virtualenv ~/env