From e8f382591ece23d85cceb8cbb50cf7fc7cfe26e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 8 Dec 2021 23:58:27 +0100 Subject: [PATCH] fix typo --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 46641265c1..368ee73592 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,7 +88,7 @@ jobs: - checkout: self submodules: true - script: | - docker run --name nix -v`pwd`:/src nixos/nix:latest nix-build src-A ppc.retro68.samples + docker run --name nix -v`pwd`:/src nixos/nix:latest nix-build src -A ppc.retro68.samples displayName: Build inside nixos/nix docker - script: | docker cp -L nix:result - | tar x --strip-components 1