summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-07 12:16:41 -0600
committermo khan <mo.khan@gmail.com>2020-07-07 12:16:41 -0600
commite9580d91d696577df27718a2f5367b84568f82de (patch)
tree9249ef6f652f7a98f7047308d03268db0ed89b41 /bin
parent31adddadee3b56d94356d178cc436fdc5dd7455c (diff)
Scan project from project directly to match gitlab-runner runtime behaviour
Diffstat (limited to 'bin')
-rwxr-xr-xbin/docker-test10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/docker-test b/bin/docker-test
deleted file mode 100755
index c5b0ba1..0000000
--- a/bin/docker-test
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-cd "$(dirname "$0")/.."
-
-export CI_PROJECT_DIR="$1"
-
-mkdir -p pkg/ && gem build --silent -o pkg/license-management-test.gem ./*.gemspec
-./run.sh analyze "$CI_PROJECT_DIR"