Skip to content

Commit 232980e

Browse files
authored
Just a test
1 parent a72c2a5 commit 232980e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ script:
1010
# prepare qemu
1111
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
1212
# get qemu-arm-static binary
13-
- mkdir tmp
1413
- >
15-
pushd tmp &&
1614
QEMU_USER_STATIC_ARCH=arm &&
1715
QEMU_USER_STATIC_DOWNLOAD_URL="https://github.com/multiarch/qemu-user-static/releases/download" &&
1816
QEMU_USER_STATIC_LATEST_TAG=$(curl -s https://api.github.com/repos/multiarch/qemu-user-static/tags | grep 'name.*v[0-9]' | head -n 1 | cut -d '"' -f 4) &&
1917
curl -L -o qemu-arm-static.tar.gz "${QEMU_USER_STATIC_DOWNLOAD_URL}/${QEMU_USER_STATIC_LATEST_TAG}/x86_64_qemu-${QEMU_USER_STATIC_ARCH}-static.tar.gz" &&
20-
tar xzf qemu-arm-static.tar.gz &&
21-
popd
18+
tar xzf qemu-arm-static.tar.gz
2219
# build image
2320
- docker build -t threadrr/firefly-iii-arm32v6-raspberry-pi:build .
2421
# test image

0 commit comments

Comments
 (0)