File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ MAIL_MAILGUN_API=https://api.eu.mailgun.net/v3
21
21
KUKKUU_NOTIFICATIONS_SHEET_ID=1TkdQsO50DHOg5pi1JhzudOL1GKpiK-V2DCIoAipKj-M
22
22
TOKEN_AUTH_BROWSER_TEST_ENABLED=1
23
23
TOKEN_AUTH_BROWSER_TEST_JWT_256BIT_SIGN_SECRET=your-256-bit-secret
24
- TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER=https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin-ui .test.hel.ninja
24
+ TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER=https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin.test.hel.ninja
Original file line number Diff line number Diff line change 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
- - master
23
+ - master
24
24
paths :
25
25
exclude :
26
- - ' *release-please*'
27
- - ' **/*.md'
28
- - ' .github/'
29
- - ' azure-pipelines-release.yml'
30
- - ' azure-pipelines-test.yml'
31
- - ' docker-compose*'
26
+ - " *release-please*"
27
+ - " **/*.md"
28
+ - " .github/"
29
+ - " azure-pipelines-release.yml"
30
+ - " azure-pipelines-test.yml"
31
+ - " docker-compose*"
32
32
33
33
# By default, use self-hosted agents
34
34
pool : Default
@@ -55,4 +55,4 @@ extends:
55
55
DEBUG : 1
56
56
ADD_DEFAULT_LANGUAGES : 1
57
57
TOKEN_AUTH_BROWSER_TEST_ENABLED : 1
58
- TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER : https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin-ui .test.hel.ninja
58
+ TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER : https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin.test.hel.ninja
Original file line number Diff line number Diff line change 7
7
- master
8
8
paths :
9
9
exclude :
10
- - ' *release-please*'
11
- - ' **/*.md'
12
- - ' .github/'
10
+ - " *release-please*"
11
+ - " **/*.md"
12
+ - " .github/"
13
13
14
14
# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
15
15
# opened with one of the specified target branches, or when updates are made to
@@ -52,4 +52,4 @@ extends:
52
52
# buildArgs:
53
53
configMap : # pod environment variables
54
54
TOKEN_AUTH_BROWSER_TEST_ENABLED : 1
55
- TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER : https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin-ui .test.hel.ninja
55
+ TOKEN_AUTH_BROWSER_TEST_JWT_ISSUER : https://kukkuu-ui.test.hel.ninja,https://kukkuu-admin.test.hel.ninja
You can’t perform that action at this time.
0 commit comments