mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 15:23:40 +00:00
Github Actions shell scripts can't have empty if blocks [ci skip]
This commit is contained in:
parent
84e699fbc2
commit
a79907f863
8
.github/workflows/ci-scripts/docker.sh
vendored
8
.github/workflows/ci-scripts/docker.sh
vendored
@ -39,13 +39,13 @@ checkindent() {
|
||||
EXIT_VAL=-1
|
||||
|
||||
if [ "$NLS" == "only" ]; then
|
||||
|
||||
echo "TODO"
|
||||
elif [ "$IMAGE" == "flatpak" ]; then
|
||||
|
||||
echo "TODO"
|
||||
elif [ "$IMAGE" == "mingw" ]; then
|
||||
|
||||
echo "TODO"
|
||||
elif [ "$IMAGE" == "steamrt" ]; then
|
||||
|
||||
echo "TODO"
|
||||
else
|
||||
if [ "$TOOL" == "cmake" ]; then
|
||||
export CCACHE_MAXSIZE=3000M
|
||||
|
Loading…
x
Reference in New Issue
Block a user