summaryrefslogtreecommitdiff
path: root/pkg/docker_build
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-15 17:32:28 +0100
committerKali Kaneko <kali@leap.se>2018-02-15 17:32:28 +0100
commit0388014636ce25fd1786c8bb79727dd643604f11 (patch)
tree38a8c9553488e5cce07dc444efdc5e4145c66f75 /pkg/docker_build
parent16e8c9179b15f10570670e6068f87357427fd12b (diff)
[pkg] rename bundling scripts to add clarity
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