summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-07-05 20:59:50 +0200
committerFlorian Dold <florian@dold.me>2023-07-05 20:59:50 +0200
commit15e613de9a0574c76f6a77df21dcb6bc9942d40e (patch)
tree286ddbe0d574514579746a941f9e981c3fd4b664
parent88218c0daeb1ce3330366ecad806a05e42731a43 (diff)
downloaddeployment-15e613de9a0574c76f6a77df21dcb6bc9942d40e.tar.gz
deployment-15e613de9a0574c76f6a77df21dcb6bc9942d40e.tar.bz2
deployment-15e613de9a0574c76f6a77df21dcb6bc9942d40e.zip
sandcastle: tags file not required anymore
-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.