mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-02 01:44:14 +00:00
Fix twister-on-docker script for bash compatibility
This commit is contained in:
parent
b6ca41f833
commit
99cb2fa99b
@ -21,7 +21,7 @@ build)
|
||||
;;
|
||||
|
||||
run)
|
||||
if [ $MODE == "--remote" ]; then
|
||||
if [ "$MODE" = "--remote" ]; then
|
||||
shift
|
||||
IMAGE_NAME=$REMOTE_IMAGE_NAME
|
||||
echo Pulling new version of $IMAGE_NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user