mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-21 17:29:54 +00:00
Merge branch 'develop'
Merge new Jenkinsfile
This commit is contained in:
commit
a13799e733
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user