diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c4970d90c..346554d1c7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,12 +96,16 @@ 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 <