Skip to content

Commit 1fbec81

Browse files
committed
Extra quoting removed. Fails when there is no dockerignore file.
1 parent 54662da commit 1fbec81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ commands:
305305
# Also make sure modification time or order play no role.
306306
image_tag=$(tar \
307307
--sort=name \
308-
"$exclude_dockerignore" \
308+
$exclude_dockerignore \
309309
--exclude=vendor/composer \
310310
--exclude=vendor/autoload.php \
311311
--mtime='2000-01-01 00:00Z' \

0 commit comments

Comments
 (0)