From b2fa1f0a60938808ff4283e2cab7d17a0965146e Mon Sep 17 00:00:00 2001 From: Denis Fuenzalida Date: Sun, 25 Aug 2019 22:56:31 -0700 Subject: [PATCH] Azure pipelines config cleanup --- azure-pipelines.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27e96b3..bdd9cb4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,9 +10,6 @@ pool: vmImage: 'ubuntu-latest' steps: -- script: echo Hello, world! - displayName: 'Run a one-line script' - - script: | curl -O https://download.clojure.org/install/linux-install-1.10.1.469.sh chmod +x linux-install-1.10.1.469.sh @@ -21,8 +18,3 @@ steps: - script: bash ./script/test-diff displayName: 'Run tests script' - -- script: | - echo Add other tasks to build, test, and deploy your project. - echo See https://aka.ms/yaml - displayName: 'Run a multi-line script'