summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-01-06 11:50:09 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2021-01-07 13:09:13 +0000
commit15d98deb480149db98cbad7873185f5db8e98b97 (patch)
tree13979851303756d5bc9f176dbf8a726b2e7da616 /azure-pipelines.yml
parent79a998fa21044d2d47392aa1db8015689ce1216e (diff)
downloadsystemd-15d98deb480149db98cbad7873185f5db8e98b97.tar.gz
ci: turn off Azure Pipelines
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index b321962664..0000000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-trigger:
-- master
-
-jobs:
-- job: FuzzBuzz
- displayName: FuzzBuzz
-
- pool:
- vmImage: 'ubuntu-latest'
-
- steps:
- - script: |
- set -e
- ./travis-ci/managers/fuzzbuzz.sh
- displayName: 'This is where it gets darker'