瀏覽代碼

deploy using shipit default recipe

Francois Chagnon 10 年之前
父節點
當前提交
8fb60a9e8a
共有 1 個文件被更改,包括 1 次插入15 次删除
  1. 1 15
      shipit.rubygems.yml

+ 1 - 15
shipit.rubygems.yml

@@ -1,15 +1 @@
-dependencies:
-  override:
-    - bundle install --path=./data/bundler
-
-deploy:
-  override:
-    - |
-      BUILD=`bundle exec rake build`
-      if [ $? != 0 ]; then
-        echo $BUILD;
-        exit 1;
-      fi
-      PKG=`echo $BUILD | cut -d" " -f5 | sed -e s/\.$//`;
-      VERSION=`echo $BUILD | cut -d" " -f2`;
-      gem push $PKG
+# using the default shipit config