Skip to content

Commit

Permalink
test: retrofit tests for new validation
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
flouthoc committed Aug 23, 2022
1 parent f069caf commit e60a9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bud/copy-globs/Containerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM scratch
# *txt exists so should succeed
COPY *.txt /testdir
COPY *.txt /testdir/

0 comments on commit e60a9ef

Please sign in to comment.