Skip to content

Commit e60a9ef

Browse files
committed
test: retrofit tests for new validation
Accoring to new validation in ADD and COPY if there are multiple sources then destination must specify that it is a directory Signed-off-by: Aditya R <[email protected]>
1 parent f069caf commit e60a9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bud/copy-globs/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch
22
# *txt exists so should succeed
3-
COPY *.txt /testdir
3+
COPY *.txt /testdir/

0 commit comments

Comments
 (0)