File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ const branch = {
4
4
}
5
5
6
6
const stageBranch = {
7
- uid : 'staging ' ,
7
+ uid : 'staging1 ' ,
8
8
source : 'main'
9
9
}
10
10
11
11
const devBranch = {
12
- uid : 'merge_test ' ,
13
- source : 'staging '
12
+ uid : 'test_merge ' ,
13
+ source : 'staging1 '
14
14
}
15
15
16
16
export {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const createDeliveryToken = {
16
16
module : 'branch' ,
17
17
branches : [
18
18
'main' ,
19
- 'staging '
19
+ 'staging1 '
20
20
] ,
21
21
acl : {
22
22
read : true
@@ -25,7 +25,7 @@ const createDeliveryToken = {
25
25
{
26
26
module : 'branch_alias' ,
27
27
branch_aliases : [
28
- 'staging_alias '
28
+ 'staging1_alias '
29
29
] ,
30
30
acl : {
31
31
read : true
@@ -52,7 +52,7 @@ const createDeliveryToken2 = {
52
52
module : 'branch' ,
53
53
branches : [
54
54
'main' ,
55
- 'staging '
55
+ 'staging1 '
56
56
] ,
57
57
acl : {
58
58
read : true
@@ -61,7 +61,7 @@ const createDeliveryToken2 = {
61
61
{
62
62
module : 'branch_alias' ,
63
63
branch_aliases : [
64
- 'staging_alias '
64
+ 'staging1_alias '
65
65
] ,
66
66
acl : {
67
67
read : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const createManagementToken = {
22
22
{
23
23
module : 'branch_alias' ,
24
24
branch_aliases : [
25
- 'sb1_alias '
25
+ 'staging1_alias '
26
26
] ,
27
27
acl : {
28
28
read : true
@@ -57,7 +57,7 @@ const createManagementToken2 = {
57
57
{
58
58
module : 'branch_alias' ,
59
59
branch_aliases : [
60
- 'sb1_alias '
60
+ 'staging1_alias '
61
61
] ,
62
62
acl : {
63
63
read : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const role = {
15
15
{
16
16
module : 'branch_alias' ,
17
17
branch_aliases : [
18
- 'staging_alias '
18
+ 'staging1_alias '
19
19
] ,
20
20
acl : {
21
21
read : true
You can’t perform that action at this time.
0 commit comments