weblate/ci/services-up
Michal Čihař 4316b6467f chore: introduce shellfmt for formatting shell files
This makes them look consistent and formatting is now enforced.
2024-10-04 15:03:44 +02:00

15 lines
235 B
Bash
Executable file

#!/bin/sh
# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
if [ ! -f services-up ]; then
cd ci
fi
filename="docker-compose-$1.yml"
docker compose --file "$filename" up -d