Procházet zdrojové kódy

Removed script for appending sqlite to Gemfile

master
jfederico před 4 roky
rodič
revize
a967d6791a
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. 0
    7
      scripts/build.sh

+ 0
- 7
scripts/build.sh Zobrazit soubor

@@ -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}

Načítá se…
Zrušit
Uložit