Skip to content

Commit 2c3042c

Browse files
committed
Fix migrated paths in Dockerfile & travis
1 parent 461237c commit 2c3042c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ addons:
1212
packages:
1313
- qemu-user-static
1414
before_script:
15-
- docker build --build-arg DIST=$DIST --build-arg HW_PLATFORM=$HW_PLATFORM -t ev3dev-lang-java/installer-test:latest ./tests
15+
- docker build --build-arg DIST=$DIST --build-arg HW_PLATFORM=$HW_PLATFORM -t ev3dev-lang-java/installer-test:latest -f tests/Dockerfile .
1616
script:
1717
- docker run --rm ev3dev-lang-java/installer-test

tests/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ARG HW_PLATFORM=ev3
77
ENV dist=$DIST
88
ENV hw=$HW_PLATFORM
99

10-
COPY installer.sh installer-jessie.sh test.sh /tmp/
11-
COPY qemu-arm-static /usr/bin/
10+
COPY installer.sh installer-jessie.sh tests/test.sh /tmp/
11+
COPY tests/qemu-arm-static /usr/bin/
1212

1313
RUN mkdir -p /home/robot/java && \
1414
if [ "x$dist" = "xstretch" ]; then \

0 commit comments

Comments
 (0)