File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ export default {
11
11
commit : env . BITBUCKET_COMMIT ,
12
12
tag : env . BITBUCKET_TAG ,
13
13
build : env . BITBUCKET_BUILD_NUMBER ,
14
- buildUrl : `https://bitbucket.org/${ env . BITBUCKET_REPO_SLUG } /addon/pipelines/home#!/results/${ env . BITBUCKET_BUILD_NUMBER } ` ,
14
+ buildUrl : `https://bitbucket.org/${ env . BITBUCKET_REPO_FULL_NAME } /addon/pipelines/home#!/results/${ env . BITBUCKET_BUILD_NUMBER } ` ,
15
15
branch : env . BITBUCKET_BRANCH ,
16
- slug : env . BITBUCKET_REPO_SLUG ,
16
+ slug : env . BITBUCKET_REPO_FULL_NAME ,
17
17
root : env . BITBUCKET_CLONE_DIR ,
18
18
} ;
19
19
} ,
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ const env = {
6
6
BITBUCKET_TAG : "tag_name" ,
7
7
BITBUCKET_BUILD_NUMBER : "1964" ,
8
8
BITBUCKET_BRANCH : "master" ,
9
- BITBUCKET_REPO_SLUG : "owner/ repo" ,
9
+ BITBUCKET_REPO_SLUG : "repo" ,
10
10
BITBUCKET_CLONE_DIR : "/" ,
11
+ BITBUCKET_REPO_FULL_NAME : "owner/repo" ,
11
12
} ;
12
13
13
14
test ( "Push" , ( t ) => {
You can’t perform that action at this time.
0 commit comments