check that documentation upload commands are done in the right place
This commit is contained in:
parent
b9ae2e9ac9
commit
1e84ba868a
|
@ -222,6 +222,8 @@ pipeline
|
||||||
unstash name: 'carla_docs'
|
unstash name: 'carla_docs'
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'github_token_as_pwd_2', gitToolName: 'git-tool')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'github_token_as_pwd_2', gitToolName: 'git-tool')]) {
|
||||||
sh '''
|
sh '''
|
||||||
|
pwd
|
||||||
|
ls -lh
|
||||||
tar -xvzf carla_doc.tar.gz
|
tar -xvzf carla_doc.tar.gz
|
||||||
git add Doxygen
|
git add Doxygen
|
||||||
git commit -m "Updated c++ docs" || true
|
git commit -m "Updated c++ docs" || true
|
||||||
|
|
Loading…
Reference in New Issue