Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-20 17:58:01 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-20 17:58:01 +0300
commitd82a635eb16c0be7c02dec84f5cea4309209b627 (patch)
tree6317bf5a0d6473294366ba4ed7fcad4be94d1769 /docker-armhf/build-container.sh
parentf3274e7784d715241c1f426381846c5600cf6893 (diff)
armbian: fix disabling SSH and clean before builds
Diffstat (limited to 'docker-armhf/build-container.sh')
-rw-r--r--docker-armhf/build-container.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/docker-armhf/build-container.sh b/docker-armhf/build-container.sh
index 46cd10cc..d7d0eed3 100644
--- a/docker-armhf/build-container.sh
+++ b/docker-armhf/build-container.sh
@@ -20,10 +20,6 @@ install()
docker push ownyourbits/nextcloud-armhf
docker push ownyourbits/lamp-armhf
docker push ownyourbits/debian-ncp-armhf
-
- # keep old container updated, at least for a while
- docker tag ownyourbits/nextcloudpi-armhf ownyourbits/nextcloudpi-armhf
- docker push ownyourbits/nextcloudpi-armhf
}
}