wrap steps in the steps block
parent
c0a0548662
commit
a0ba8ba9f3
|
|
@ -18,8 +18,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Build dependencies') {
|
||||
steps {
|
||||
sh 'bundle install'
|
||||
sh 'sequel -m db/migrations sqlite://db/${DB_NAME}'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue