OSDN Git Service

activate default scm settings.
authorwhitestar <whitestar@users.osdn.me>
Sun, 12 Aug 2018 02:06:42 +0000 (11:06 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sun, 12 Aug 2018 02:06:42 +0000 (11:06 +0900)
roles/screwdriver-all-on-docker.rb
roles/screwdriver-on-docker.rb

index 3e52054..c8b8d51 100644 (file)
@@ -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
         },
       },
     },
index f8f707e..595c56b 100644 (file)
@@ -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
         },
       },
     },