|
8 | 8 | trigger: none |
9 | 9 |
|
10 | 10 | # 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 |
12 | 12 | # such a pull request. |
13 | 13 | # |
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 |
16 | 16 | # of the pull request. |
17 | 17 | # |
18 | | -# Opt out of pull request validation |
| 18 | +# Opt out of pull request validation |
19 | 19 | pr: |
20 | 20 | # PR target branch |
21 | 21 | branches: |
22 | 22 | include: |
23 | | - - main |
| 23 | + - main |
24 | 24 | paths: |
25 | 25 | 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*' |
32 | 32 |
|
33 | 33 | # By default, use self-hosted agents |
34 | 34 | pool: Default |
@@ -56,6 +56,8 @@ extends: |
56 | 56 | NEXT_PUBLIC_ALLOW_UNAUTHORIZED_REQUESTS: 1 |
57 | 57 | NEXT_PUBLIC_DEBUG: 1 |
58 | 58 | NEXT_PUBLIC_MATOMO_ENABLED: 0 |
| 59 | + SENTRY_PROJECT: harrastukset-ui |
| 60 | + SENTRY_ORG: city-of-helsinki |
59 | 61 | configMap: # pod environment variables |
60 | 62 | FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-hobbies.dev.hel.ninja/ |
61 | 63 | CMS_ORIGIN: https://harrastus.app-staging.hkih.hion.dev |
|
0 commit comments