added dependencies stage
This commit is contained in:
Vendored
+4
@@ -17,5 +17,9 @@ pipeline {
|
|||||||
sh 'cat .env.rb'
|
sh 'cat .env.rb'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Build dependencies') {
|
||||||
|
sh 'bundle install'
|
||||||
|
sh 'sequel -m db/migrations sqlite://db/${DB_NAME}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user