Skip to content

Commit

Permalink
Fix documentation git address
Browse files Browse the repository at this point in the history
  • Loading branch information
bernatx committed Oct 27, 2021
1 parent e28186d commit 6ed174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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 remote set-url origin git@docs:carla-simulator/carla-simulator.github.io.git
git fetch
git checkout -B master origin/master
'''
Expand Down

0 comments on commit 6ed174b

Please sign in to comment.