OSDN Git Service

updates concourse.yml
authorwhitestar <whitestar@users.osdn.me>
Fri, 24 Aug 2018 14:26:36 +0000 (23:26 +0900)
committerwhitestar <whitestar@users.osdn.me>
Fri, 24 Aug 2018 14:26:36 +0000 (23:26 +0900)
cookbooks/screwdriver/concourse.yml

index 00ec21b..302b620 100644 (file)
@@ -59,6 +59,7 @@ jobs:
         - -c
         - |
           cd ./src-git/cookbooks/((cookbook-name))
+          bundle config --local silence_root_warning 1
           bundle install
           rake
 - name: publish-cookbook
@@ -89,6 +90,7 @@ jobs:
           echo '{"username":"((chef-username))","key":"/root/chef-client-key.pem"}' > /root/.stove
           echo "$chef_client_key"  > /root/chef-client-key.pem
           cd ./src-git/cookbooks/((cookbook-name))
+          bundle config --local silence_root_warning 1
           bundle install
           rake publish
   - put: src-git