From 75a4c59ec90bc24131bc01a6024a2d338bbd19e9 Mon Sep 17 00:00:00 2001 From: tuutti Date: Tue, 10 Oct 2023 09:05:46 +0300 Subject: [PATCH] UHF-9125: Removed leftover file --- azure-pipelines-release.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 azure-pipelines-release.yml diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml deleted file mode 100644 index 36fab5fb..00000000 --- a/azure-pipelines-release.yml +++ /dev/null @@ -1,36 +0,0 @@ -# File: drupal-helfi/azure-pipelines.yml - -# Continuous integration (CI) triggers cause a pipeline to run whenever you push -# an update to the specified branches or you push specified tags. -trigger: - branches: - include: - - main - paths: - exclude: - - README.md - -# Pull request (PR) triggers cause a pipeline to run whenever a pull request is -# opened with one of the specified target branches, or when updates are made to -# such a pull request. -# -# GitHub creates a new ref when a pull request is created. The ref points to a -# merge commit, which is the merged code between the source and target branches -# of the pull request. -# -# Opt out of pull request validation -pr: none - -# By default, use self-hosted agents -pool: Default - -resources: - repositories: - # Azure DevOps repository - - repository: strategia-talous-pipelines - type: git - # project/repository - name: strategia-talous/strategia-talous-pipelines - -extends: - template: azure-pipelines-drupal-release.yml@strategia-talous-pipelines