OSDN Git Service

add Gemfile.lock
authorwhitestar <whitestar@users.osdn.me>
Fri, 24 Aug 2018 14:23:28 +0000 (23:23 +0900)
committerwhitestar <whitestar@users.osdn.me>
Fri, 24 Aug 2018 14:23:28 +0000 (23:23 +0900)
cookbooks/00cookbook/Gemfile.lock [new file with mode: 0644]
cookbooks/00cookbook/concourse.yml

diff --git a/cookbooks/00cookbook/Gemfile.lock b/cookbooks/00cookbook/Gemfile.lock
new file mode 100644 (file)
index 0000000..6fb9a3b
--- /dev/null
@@ -0,0 +1,22 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    chef-api (0.8.0)
+      logify (~> 0.1)
+      mime-types
+    logify (0.2.0)
+    mime-types (3.2.2)
+      mime-types-data (~> 3.2015)
+    mime-types-data (3.2018.0812)
+    stove (6.0.0)
+      chef-api (~> 0.5)
+      logify (~> 0.2)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  stove
+
+BUNDLED WITH
+   1.16.0
index a7de1eb..370cd95 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