summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/bootstrap3
-rwxr-xr-xscript/cibuild9
2 files changed, 0 insertions, 12 deletions
diff --git a/script/bootstrap b/script/bootstrap
deleted file mode 100755
index 0695797..0000000
--- a/script/bootstrap
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-
-bundle install --path vendor/gems --local
diff --git a/script/cibuild b/script/cibuild
deleted file mode 100755
index d1c8c06..0000000
--- a/script/cibuild
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env sh
-
-set -e
-
-[ -z "${PUPPET_VERSION}" ] && script/bootstrap
-
-bundle exec rspec
-
-bundle exec puppet-lint --with-filename --fail-on-warnings manifests