summaryrefslogtreecommitdiff
path: root/sandcastle/build_base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle/build_base.sh')
-rwxr-xr-xsandcastle/build_base.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/sandcastle/build_base.sh b/sandcastle/build_base.sh
index 2c746e2..fc37c1b 100755
--- a/sandcastle/build_base.sh
+++ b/sandcastle/build_base.sh
@@ -31,11 +31,6 @@ if [[ ! -e $DOCKER_FILE ]]; then
exit 1
fi
-if [[ ! -e buildconfig/tags.sh ]]; then
- echo "buildconfig/tags.sh required but does not exist"
- exit 1
-fi
-
# Allows extra features to conditionally copy files
# from the host during the build. That solves the
# case where the tag file is not given.