Github Actions shell scripts can't have empty if blocks [ci skip]
This commit is contained in:
parent
84e699fbc2
commit
a79907f863
1 changed files with 4 additions and 4 deletions
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…
Add table
Reference in a new issue