This is an automated email from the ASF dual-hosted git repository. bertty pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit 5ce1a3009a4ec40e37360e1446c9d24aad8064f3 Author: Bertty Contreras-Rojas <[email protected]> AuthorDate: Mon Feb 22 01:53:52 2021 -0300 Change github action to travis --- script/cibuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/cibuild b/script/cibuild index ffb2078..386a63c 100644 --- a/script/cibuild +++ b/script/cibuild @@ -20,4 +20,6 @@ git checkout --orphan ${BRANCH_PAGE} git add -A git status git commit -m "Lastest site built on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to github" +git remote set-url origin https://${USER}:${TOKEN}@github.com/${TRAVIS_REPO_SLUG} + git push origin ${BRANCH_PAGE}:${BRANCH_PAGE}
