Skip to content

Commit 602f26c

Browse files
committed
E2E test working directory is e2e
1 parent a9cfaf3 commit 602f26c

File tree

3 files changed

+525
-505
lines changed

3 files changed

+525
-505
lines changed

e2e/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# An image to perform the actual test. Do not forget to copy all necessary test
2+
# files here.
13
FROM ubuntu:18.04
24
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
35

46
COPY manifests ./manifests
7+
COPY exec.sh ./exec.sh
58
COPY requirements.txt tests ./
69

710
RUN apt-get update \

0 commit comments

Comments
 (0)