added dependencies stage
parent
2448c93fa7
commit
c0a0548662
|
|
@ -17,5 +17,9 @@ pipeline {
|
|||
sh 'cat .env.rb'
|
||||
}
|
||||
}
|
||||
stage('Build dependencies') {
|
||||
sh 'bundle install'
|
||||
sh 'sequel -m db/migrations sqlite://db/${DB_NAME}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue