Skip to content

Commit

Permalink
Fix order of git and standardSetup commands (#9783)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 28, 2022
1 parent 9805b60 commit 4525d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -830,8 +830,8 @@ pipeline {
skipDefaultCheckout true
}
steps {
script { common.standardSetup() }
git branch: 'main', credentialsId: 'Hudson-SSH-Key', url: 'https://github.com/OpenModelica/www.openmodelica.org.git'
script { common.standardSetup() }
unstash 'bibliography' // 'doc/bibliography/openmodelica.org-bibgen'
sh "git remote -v | grep www.openmodelica.org"
sh "mv doc/bibliography/openmodelica.org-bibgen/*.md content/research/"
Expand Down

0 comments on commit 4525d60

Please sign in to comment.