1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2024-11-21 20:43:34 +01:00

Fix docker call

This commit is contained in:
Valentin Brandl 2018-07-08 01:27:07 +02:00
parent 4ea9323c63
commit 6fb2d1f133
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -2,7 +2,7 @@ sudo: required
services:
- docker
script:
- docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder sh -c 'chown -R rust . && cargo build --release'
- docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder sh -c 'sudo chown -R rust . && cargo build --release'
before_deploy:
- ./ci/before_deploy.sh