Updated Jenkinsfile (Doxygen stage to do the travis-ci) (#1976)
* Updated Jenkinsfile to do the travis-ci
This commit is contained in:
parent
3d812822be
commit
8cb378a612
|
@ -91,7 +91,7 @@ pipeline {
|
||||||
sh 'cd ~/carla-simulator.github.io && \
|
sh 'cd ~/carla-simulator.github.io && \
|
||||||
git pull && \
|
git pull && \
|
||||||
git add Doxygen && \
|
git add Doxygen && \
|
||||||
git commit -m "Updated c++ docs [skip ci]" || true && \
|
git commit -m "Updated c++ docs" || true && \
|
||||||
git push'
|
git push'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue