瀏覽代碼

Removed script for appending sqlite to Gemfile

master
jfederico 4 年之前
父節點
當前提交
a967d6791a
共有 1 個檔案被更改,包括 0 行新增7 行删除
  1. 0
    7
      scripts/build.sh

+ 0
- 7
scripts/build.sh 查看文件

@@ -55,13 +55,6 @@ if [ "$CD_REF_NAME" != "master" ] && [[ "$CD_REF_NAME" != *"release"* ]] && ( [
55 55
   exit 0
56 56
 fi
57 57
 
58
-# Include sqlite for production
59
-sqliteCount="$(grep "gem 'sqlite3'" Gemfile | wc -l)"
60
-
61
-if [ $sqliteCount -lt 2 ]; then
62
-  sed -i "/^group :production do/a\ \ gem 'sqlite3', '~> 1.3.6'" Gemfile
63
-fi
64
-
65 58
 # Set the version tag when it is a release or the commit sha was included.
66 59
 if [[ "$CD_REF_NAME" == *"v"* ]]; then
67 60
   export CD_BUILD_NUMBER=${CD_REF_NAME:1}

Loading…
取消
儲存