Skip to content

Commit

Permalink
Azure pipelines config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuenzalida committed Aug 26, 2019
1 parent 0eece0e commit b2fa1f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit b2fa1f0

Please sign in to comment.