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 Jan 26, 2023
1 parent 7ffe8b9 commit 86a9ac4
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 86a9ac4

Please sign in to comment.