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
929929 - { name: 'bitbucket',
930930 app_id : ' {{OAUTH_BITBUCKET_API_KEY}}' ,
931931 app_secret : ' {{OAUTH_BITBUCKET_APP_SECRET}}' ,
932- url : ' {{OAUTH_BITBUCKET_URL}}' }
932+ url : ' {{OAUTH_BITBUCKET_URL}}' }
933933 - { name: 'gitlab',
934934 label : ' GitLab.com' ,
935935 app_id : ' {{OAUTH_GITLAB_API_KEY}}' ,
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ gitlab_configure_oauth_bitbucket() {
556556 OAUTH_BITBUCKET_APP_SECRET \
557557 OAUTH_BITBUCKET_URL
558558 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}
560560 fi
561561}
562562
You can’t perform that action at this time.
0 commit comments