Changing Jenkinsfile for Doxygen

This commit is contained in:
bernat 2020-09-01 12:00:23 +02:00
parent 40296dfa90
commit 201bc254a7
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -121,6 +121,7 @@ pipeline
sh 'rm -rf ~/carla-simulator.github.io/Doxygen'
sh '''
cd ~/carla-simulator.github.io
git remote set-url origin git@github.com:carla-simulator/carla-simulator.github.io.git
git fetch
git checkout -B master origin/master
'''