Skip to content

Commit

Permalink
Merge pull request #2 from City-of-Helsinki/dev
Browse files Browse the repository at this point in the history
Dev to main
  • Loading branch information
tuutti authored Aug 18, 2021
2 parents bd19a93 + fdd7a47 commit a7fe2a1
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# City of Helsinki - Strategia Drupal 9 project project
# City of Helsinki - Strategia Drupal 9 project

## Environments

Expand Down
36 changes: 36 additions & 0 deletions azure-pipelines-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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:
- dev
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-master.yml@strategia-talous-pipelines
36 changes: 36 additions & 0 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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

0 comments on commit a7fe2a1

Please sign in to comment.