Skip to content

Commit d7c0b06

Browse files
committed
test commit
1 parent f4c0b40 commit d7c0b06

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

pipelines/harrastukset-ui-review.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
trigger: none
99

1010
# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
11-
# opened with one of the specified target branches, or when updates are made to
11+
# opened with one of the specified target branches, or when updates are made to
1212
# such a pull request.
1313
#
14-
# GitHub creates a new ref when a pull request is created. The ref points to a
15-
# merge commit, which is the merged code between the source and target branches
14+
# GitHub creates a new ref when a pull request is created. The ref points to a
15+
# merge commit, which is the merged code between the source and target branches
1616
# of the pull request.
1717
#
18-
# Opt out of pull request validation
18+
# Opt out of pull request validation
1919
pr:
2020
# PR target branch
2121
branches:
2222
include:
23-
- main
23+
- main
2424
paths:
2525
exclude:
26-
- '*release-please*'
27-
- '*.md'
28-
- '.github/'
29-
- 'pipelines/harrastukset-ui-release.yml'
30-
- 'pipelines/harrastukset-ui-dev.yml'
31-
- '*compose*'
26+
- '*release-please*'
27+
- '*.md'
28+
- '.github/'
29+
- 'pipelines/harrastukset-ui-release.yml'
30+
- 'pipelines/harrastukset-ui-dev.yml'
31+
- '*compose*'
3232

3333
# By default, use self-hosted agents
3434
pool: Default
@@ -56,6 +56,8 @@ extends:
5656
NEXT_PUBLIC_ALLOW_UNAUTHORIZED_REQUESTS: 1
5757
NEXT_PUBLIC_DEBUG: 1
5858
NEXT_PUBLIC_MATOMO_ENABLED: 0
59+
SENTRY_PROJECT: harrastukset-ui
60+
SENTRY_ORG: city-of-helsinki
5961
configMap: # pod environment variables
6062
FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-hobbies.dev.hel.ninja/
6163
CMS_ORIGIN: https://harrastus.app-staging.hkih.hion.dev

0 commit comments

Comments
 (0)