diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a450c7bf69..d8080757f1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,16 +96,18 @@ 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 <