mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-16 06:44:14 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2063113431
commit
5dc5a72c77
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -20,6 +20,10 @@ pipeline {
|
||||
steps {
|
||||
sh "git config user.name ${env.GIT_USER}"
|
||||
sh "git config user.email ${env.GIT_MAIL}"
|
||||
/* necessary to have access to the theme partials */
|
||||
sshagent(credentials: ['status-im-auto-ssh']) {
|
||||
sh 'git submodule update --init --recursive'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user