Update Jenkinsfile
This commit is contained in:
parent
2063113431
commit
5dc5a72c77
|
@ -20,6 +20,10 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh "git config user.name ${env.GIT_USER}"
|
sh "git config user.name ${env.GIT_USER}"
|
||||||
sh "git config user.email ${env.GIT_MAIL}"
|
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…
Reference in New Issue