From ff7d71267105443beb8ae9d38c38d328be775064 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 8 Dec 2021 23:18:17 +0100 Subject: [PATCH] avoid being stupid --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bfdf504d0f..ba421a4841 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,7 +71,7 @@ jobs: - checkout: self submodules: true - script: | - docker run --name nix nixos/nix:latest m68k.retro68.samples + docker run --name nix nixos/nix:latest nix-build -A m68k.retro68.samples - script: | docker cp -L nix:result - | tar x --strip-components 1 @@ -86,7 +86,7 @@ jobs: - checkout: self submodules: true - script: | - docker run --name nix nixos/nix:latest ppc.retro68.samples + docker run --name nix nixos/nix:latest nix-build -A ppc.retro68.samples - script: | docker cp -L nix:result - | tar x --strip-components 1 - publish: Applications