Explorar el Código

Removed script for appending sqlite to Gemfile

master
jfederico hace 4 años
padre
commit
a967d6791a
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0
    7
      scripts/build.sh

+ 0
- 7
scripts/build.sh Ver fichero

@@ -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…
Cancelar
Guardar