Make sure integration test has a relative workdir

This commit is contained in:
Tejal Desai 2020-05-04 09:48:09 -07:00 committed by GitHub
parent cfc9f39176
commit c6a98b754a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian:9.11
COPY context/foo foo
WORKDIR /test
WORKDIR test
# Test that this will be appended on to the previous command, to create /test/workdir
WORKDIR workdir
COPY context/foo ./currentfoo