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'