From: whitestar Date: Sun, 12 Aug 2018 02:06:42 +0000 (+0900) Subject: activate default scm settings. X-Git-Tag: docker-grid-1.0.0~14 X-Git-Url: http://git.osdn.net/view?p=metasearch%2Fgrid-chef-repo.git;a=commitdiff_plain;h=42c71067aa0918641d28657649743cb19d250aee activate default scm settings. --- diff --git a/roles/screwdriver-all-on-docker.rb b/roles/screwdriver-all-on-docker.rb index 3e52054..c8b8d51 100644 --- a/roles/screwdriver-all-on-docker.rb +++ b/roles/screwdriver-all-on-docker.rb @@ -41,7 +41,6 @@ override_attributes( 'config' => { 'scms' => { # **REQUIRED**: SCM settings -=begin 'github.com' => { # id and display name 'plugin' => 'github', 'config' => { @@ -55,7 +54,6 @@ override_attributes( 'privateRepo' => false, # [Optional] Set to true to support private repo; will need read and write access to public and private repos (https://developer.github.com/v3/oauth/#scopes) }, }, -=end }, }, }, diff --git a/roles/screwdriver-on-docker.rb b/roles/screwdriver-on-docker.rb index f8f707e..595c56b 100644 --- a/roles/screwdriver-on-docker.rb +++ b/roles/screwdriver-on-docker.rb @@ -41,7 +41,6 @@ override_attributes( 'config' => { 'scms' => { # **REQUIRED**: SCM settings -=begin 'github.com' => { # id and display name 'plugin' => 'github', 'config' => { @@ -55,7 +54,6 @@ override_attributes( 'privateRepo' => false, # [Optional] Set to true to support private repo; will need read and write access to public and private repos (https://developer.github.com/v3/oauth/#scopes) }, }, -=end }, }, },