From e128c4d1e363436d73d94aa8236960a1d703b074 Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Fri, 9 Jun 2017 08:35:03 +0200 Subject: [PATCH] refactor(cleanup): remove maintainer in config.yml and delete run.sh --- templates/nextcloud/config.yml | 1 - templates/nextcloud/run.sh | 4 ---- 2 files changed, 5 deletions(-) delete mode 100755 templates/nextcloud/run.sh diff --git a/templates/nextcloud/config.yml b/templates/nextcloud/config.yml index 96d3e76..28f63b8 100644 --- a/templates/nextcloud/config.yml +++ b/templates/nextcloud/config.yml @@ -2,6 +2,5 @@ name: nextcloud description: Enterprise File Sync and Share version: 0.0.1 category: File Synchronisation -maintainer: Maik Ellerbrock projectURL: https://github.com/ellerbrock/rancher-collection diff --git a/templates/nextcloud/run.sh b/templates/nextcloud/run.sh deleted file mode 100755 index e27ec32..0000000 --- a/templates/nextcloud/run.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -rancher-compose rm -f && rancher-compose up -