From 1d71e43d05104d0ff9a1771c4d5fa91e816cf1ae Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 19 Jun 2020 22:43:27 +0200 Subject: Move top-level scripts to misc This makes the top-level directory less crowded. --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/build.sh b/ci/build.sh index 1d334e7d..8ab28c88 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -ex -# This script is used by travis.yml and docker.sh +# This script is used by .travis.yml and build-in-docker if [ -n "${SPECIAL}" ]; then sh ci/${SPECIAL}.sh -- cgit v1.2.1