From d8186c3af4d8c1d7642d3fc8dea28ecf5508ef3e Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sun, 31 Jul 2022 23:24:17 +0200 Subject: [PATCH] try a different method of testing whether the cachix token is available --- azure-pipelines.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 346554d1c7..e03661c242 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,10 +96,6 @@ jobs: - publish: CompiledSamples artifact: Samples ($(TARGET)) - script: | - if [ -z "$CACHIX_AUTH_TOKEN" ]; then - echo "Token for cachix access not available, skipping." - exit - fi docker start nix -i <