mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-25 01:04:44 +01:00
Fix shellcheck
This commit is contained in:
parent
7c9011dcee
commit
c6b15d89c1
2
build.sh
2
build.sh
@ -2,7 +2,7 @@
|
|||||||
set -eoux pipefail
|
set -eoux pipefail
|
||||||
|
|
||||||
if [[ -z ${1:-} ]] && [[ -n ${CI:-} ]]; then
|
if [[ -z ${1:-} ]] && [[ -n ${CI:-} ]]; then
|
||||||
echo 'Usage: ./build.sh $VERSION_SHORT'
|
echo 'Usage: ./build.sh VERSION_SHORT'
|
||||||
exit 1
|
exit 1
|
||||||
elif [[ $CI == true ]]; then
|
elif [[ $CI == true ]]; then
|
||||||
VERSION_SHORT="$1"
|
VERSION_SHORT="$1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user