diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-23 12:02:40 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-26 18:27:51 +0200 |
commit | 9c9e4833750c19b5fb04a5241df4fd77be6fff78 (patch) | |
tree | 00d8272828f66b27c1505a4badb1268c5a26d197 /.drone.yml | |
parent | 76cb34a0ae716173d9bed6d6dcb53903762255a8 (diff) | |
download | garage-9c9e4833750c19b5fb04a5241df4fd77be6fff78.tar.gz garage-9c9e4833750c19b5fb04a5241df4fd77be6fff78.zip |
Put log-lines in nix.conf
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ steps: - name: nix_config path: /etc/nix commands: - - nix-build --no-build-output --option log-lines 100 --argstr target x86_64-unknown-linux-musl --arg release false --argstr git_version $DRONE_COMMIT + - nix-build --no-build-output --argstr target x86_64-unknown-linux-musl --arg release false --argstr git_version $DRONE_COMMIT - nix-shell --attr rust --run "./script/not-dynamic.sh result/bin/garage" - name: unit + func tests |