Update Jenkinsfile
This commit is contained in:
parent
0a53d57567
commit
aeeda3427e
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -99,6 +99,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "\
|
sh "\
|
||||||
cd tdlight/target-release/apidocs; \
|
cd tdlight/target-release/apidocs; \
|
||||||
|
git init; \
|
||||||
git remote add origin https://git.ignuranza.net/tdlight-team/tdlight-docs; \
|
git remote add origin https://git.ignuranza.net/tdlight-team/tdlight-docs; \
|
||||||
git add -A; \
|
git add -A; \
|
||||||
git commit -m \"Update javadocs\"; \
|
git commit -m \"Update javadocs\"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user