summaryrefslogtreecommitdiff
path: root/pkg/docker_build
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/docker_build')
-rw-r--r--pkg/docker_build10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/docker_build b/pkg/docker_build
deleted file mode 100644
index 9669a87f..00000000
--- a/pkg/docker_build
+++ /dev/null
@@ -1,10 +0,0 @@
-: ${REPO:="https://github.com/leapcode/bitmask-dev"}
-: ${BRANCH:="master"}
-
-RELEASE=bitmask-`cat pkg/next-version`
-echo "[+] CLONING REPO from $REPO [$BRANCH]"
-git clone $REPO bitmaskbuild
-cd bitmaskbuild
-git checkout $BRANCH
-mkdir -p dist/
-pkg/build_bundle_with_venv.sh