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 {
1111 commit : env . BITBUCKET_COMMIT ,
1212 tag : env . BITBUCKET_TAG ,
1313 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 } ` ,
1515 branch : env . BITBUCKET_BRANCH ,
16- slug : env . BITBUCKET_REPO_SLUG ,
16+ slug : env . BITBUCKET_REPO_FULL_NAME ,
1717 root : env . BITBUCKET_CLONE_DIR ,
1818 } ;
1919 } ,
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ const env = {
66 BITBUCKET_TAG : "tag_name" ,
77 BITBUCKET_BUILD_NUMBER : "1964" ,
88 BITBUCKET_BRANCH : "master" ,
9- BITBUCKET_REPO_SLUG : "owner/ repo" ,
9+ BITBUCKET_REPO_SLUG : "repo" ,
1010 BITBUCKET_CLONE_DIR : "/" ,
11+ BITBUCKET_REPO_FULL_NAME : "owner/repo" ,
1112} ;
1213
1314test ( "Push" , ( t ) => {
You can’t perform that action at this time.
0 commit comments