File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ production: &base
929
929
- { name: 'bitbucket',
930
930
app_id : ' {{OAUTH_BITBUCKET_API_KEY}}' ,
931
931
app_secret : ' {{OAUTH_BITBUCKET_APP_SECRET}}' ,
932
- url : ' {{OAUTH_BITBUCKET_URL}}' }
932
+ url : ' {{OAUTH_BITBUCKET_URL}}' }
933
933
- { name: 'gitlab',
934
934
label : ' GitLab.com' ,
935
935
app_id : ' {{OAUTH_GITLAB_API_KEY}}' ,
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ gitlab_configure_oauth_bitbucket() {
556
556
OAUTH_BITBUCKET_APP_SECRET \
557
557
OAUTH_BITBUCKET_URL
558
558
else
559
- exec_as_git sed -i " /name: 'bitbucket'/,/{{OAUTH_BITBUCKET_APP_SECRET }}/d" ${GITLAB_CONFIG}
559
+ exec_as_git sed -i " /name: 'bitbucket'/,/{{OAUTH_BITBUCKET_URL }}/d" ${GITLAB_CONFIG}
560
560
fi
561
561
}
562
562
You can’t perform that action at this time.
0 commit comments