Skip to content

Commit

Permalink
ci: Don't expect TTY when running Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed May 17, 2022
1 parent a75df84 commit 4ce09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-release
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ case `uname -s` in
Linux)
echo "Building static binaries using ekidd/rust-musl-builder"
docker build -f Dockerfile.build -t build-"$1" .
docker run -it -e CARGO_ARGS=--release --name build-"$1"-run build-"$1"
docker run -e CARGO_ARGS=--release --name build-"$1"-run build-"$1"
mkdir bin
docker cp build-"$1"-run:/home/rust/src/target/x86_64-unknown-linux-musl/release/falconeri bin/falconeri
docker cp build-"$1"-run:/home/rust/src/target/x86_64-unknown-linux-musl/release/falconeri-worker bin/falconeri-worker
Expand Down

0 comments on commit 4ce09ef

Please sign in to comment.