summaryrefslogtreecommitdiff
path: root/make-all
diff options
context:
space:
mode:
Diffstat (limited to 'make-all')
-rwxr-xr-xmake-all5
1 files changed, 0 insertions, 5 deletions
diff --git a/make-all b/make-all
deleted file mode 100755
index 3772be0..0000000
--- a/make-all
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-set -e
-
-docker build . -t zam-plugins-build:latest
-docker run -v `pwd`:/tmp/build --entrypoint "/bin/bash" zam-plugins-build:latest -c "cd /tmp/build; bash docker-script"